#FCB806

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

Shades of Selective Yellow #FCB806

Tints of Selective Yellow #FCB806

Color information

#FCB806 (or 0xFCB806) is unknown color: approx Selective Yellow. HEX triplet: FC, B8 and 06. RGB value is (252,184,6). Sum of RGB (Red+Green+Blue) = 252+184+6=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB806 is #0347F9. Grayscale: #B8B8B8. Windows color (decimal): -215034 or 440572. OLE color: 440572.

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

Color convert

RGB2521846-
CMYK00.270.980.01
HSL43.41º97.62%50.59%-
HSV(B)43.41º97.62%98.82%-
XYZ57.3254.997.77-
YUV184.0427.53176.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 6 (2.73% from 255) = 1.36%
R=57.01%
G=41.63%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252184600.270.980.0143.4197.6250.59
HexFCB8601B6212b6233
Octal374270603314215314263
Binary1111110010111000110011011110001011010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB806; }

 p { color: rgb(252,184,6); }

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

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

 a { background-color: rgb(252,184,6); }

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

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

 span { border-color: rgb(252,184,6); }

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