#FCBC04

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

Shades of Selective Yellow #FCBC04

Tints of Selective Yellow #FCBC04

Color information

#FCBC04 (or 0xFCBC04) is unknown color: approx Selective Yellow. HEX triplet: FC, BC and 04. RGB value is (252,188,4). Sum of RGB (Red+Green+Blue) = 252+188+4=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC04 is #0343FB. Grayscale: #BABABA. Windows color (decimal): -214012 or 310524. OLE color: 310524.

HSL color Cylindrical-coordinate representation of color #FCBC04: hue angle of 44.52º 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 #FCBC04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2521884-
CMYK00.250.980.01
HSL44.52º97.64%50.2%-
HSV(B)44.52º98.41%98.82%-
XYZ58.1556.677.99-
YUV186.1625.2174.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 4 (1.95% from 255) = 0.90%
R=56.76%
G=42.34%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252188400.250.980.0144.5297.6450.2
HexFCBC40196212d6232
Octal374274403114215514262
Binary1111110010111100100011001110001011011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBC04; }

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

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

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

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

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

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

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

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