Color Hex Logo

#ffc30a Color Hex

#FFC30A
(255,195,10)
0 Favorites   0 Comments

Color spaces of #ffc30a

RGB 25519510
HSL0.131.000.52
HSV45°96°100°
CMYK 0.000.240.96   0.00
XYZ60.809960.31218.7235
Yxy60.31210.46830.4645
Hunter Lab77.66093.862347.7027
CIE-Lab82.00758.393082.7587

#ffc30a color RGB value is (255,195,10).

#ffc30a hex color red value is 255, green value is 195 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ffc30a hue: 0.13 , saturation: 1.00 and the lightness value of ffc30a is 0.52.

The process color (four color CMYK) of #ffc30a color hex is 0.00, 0.24, 0.96, 0.00. Web safe color of #ffc30a is #ffcc00. Color #ffc30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 00001010
Octal 377 303 12
Decimal 255 195 10
Hex FF C3 A

RGB Percentages of Color #ffc30a

%55.43
%42.39
%2.17

CMYK Percentages of Color #ffc30a

%0
%24
%96
%0

Triadic Colors of #ffc30a

#ffc30a #0affc3 #c30aff

Analogous Colors of #ffc30a

#ffc30a #c1ff0a #ff490a

Monochromatic Colors of #ffc30a

#ffc30a

Complementary Color

#ffc30a #0a46ff

#ffc30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc30a Color CSS Codes

.mybgcolor {background-color:#ffc30a; } 
.myforecolor {color:#ffc30a; }
.mybordercolor {border:3px solid #ffc30a; }

#ffc30a Text Font Color

<p style="color:#ffc30a">Text here</p>

This sample text font color is #ffc30a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffc30a Background Color

<div style="background-color:#ffc30a">
Div content here</div>

This div background color is #ffc30a


#ffc30a Border Color

<div style="border:3px solid #ffc30a">
Div here</div>

This div border color is #ffc30a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,195,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc30a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc30a;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc30a;
  box-shadow:         1px 1px 3px 2px #ffc30a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,195,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffc30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc30a;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc30a;
  box-shadow:         1px 1px 3px 2px #ffc30a;">
Div content here</div>

This div box has shadow with color #ffc30a

Related Colors


Comments

No comments written yet.

Please login to write comment.