#FCB304

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

Shades of Selective Yellow #FCB304

Tints of Selective Yellow #FCB304

Color information

#FCB304 (or 0xFCB304) is unknown color: approx Selective Yellow. HEX triplet: FC, B3 and 04. RGB value is (252,179,4). Sum of RGB (Red+Green+Blue) = 252+179+4=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB304 is #034CFB. Grayscale: #B5B5B5. Windows color (decimal): -216316 or 308220. OLE color: 308220.

HSL color Cylindrical-coordinate representation of color #FCB304: hue angle of 42.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCB304 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2521794-
CMYK00.290.980.01
HSL42.34º97.64%50.2%-
HSV(B)42.34º98.41%98.82%-
XYZ56.2952.947.37-
YUV180.8828.18178.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.93%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 4 (1.95% from 255) = 0.92%
R=57.93%
G=41.15%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252179400.290.980.0142.3497.6450.2
HexFCB3401D6212a6232
Octal374263403514215214262
Binary1111110010110011100011101110001011010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB304; }

 p { color: rgb(252,179,4); }

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

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

 a { background-color: rgb(252,179,4); }

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

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

 span { border-color: rgb(252,179,4); }

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