#FCB03D

Color #FCB03D Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FCB03D

Tints of Yellow Orange #FCB03D

Color information

#FCB03D (or 0xFCB03D) is unknown color: approx Yellow Orange. HEX triplet: FC, B0 and 3D. RGB value is (252,176,61). Sum of RGB (Red+Green+Blue) = 252+176+61=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB03D is #034FC2. Grayscale: #BABABA. Windows color (decimal): -217027 or 4043004. OLE color: 4043004.

HSL color Cylindrical-coordinate representation of color #FCB03D: hue angle of 36.13º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCB03D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB25217661-
CMYK00.300.760.01
HSL36.13º96.95%61.37%-
HSV(B)36.13º75.79%98.82%-
XYZ56.5152.0811.49-
YUV185.6157.68175.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 61 (24.22% from 255) = 12.47%
R=51.53%
G=35.99%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521766100.300.760.0136.1396.9561.37
HexFCB03D01E4C124613d
Octal3742607503611414414175
Binary1111110010110000111101011110100110011001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB03D; }

 p { color: rgb(252,176,61); }

 H1.HeaderClassName
 {
   color: #FCB03D;
 }
 .AnyTagClassName
 {
   color: #FCB03D;
 }
</style>
background-color css

<style>
 a { background-color: #FCB03D; }

 a { background-color: rgb(252,176,61); }

 div.DivClassName
 {
   background-color: #FCB03D;
 }
 .BgClassName
 {
   background-color: #FCB03D;
 }
</style>
border-color css

<style>
 span { border-color: #FCB03D; }

 span { border-color: rgb(252,176,61); }

 td.TdClassName
 {
   border-color: #FCB03D;
 }
 .TagClassName
 {
   border-color: #FCB03D;
 }
</style>