Html Css Color HEX #FCB404 Selective Yellow

📋 copy color: '#FCB404'

red 252 ◦ green 180 ◦ blue 4

#FCB404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #FCB404

Tints of Selective Yellow #FCB404

RGB

 RED value IS 252 (98.83% from 255) = 57.8%

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 57.8%
G = 41.28%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCB404 (or 0xFCB404) is known color: Selective Yellow. HEX triplet: FC, B4 and 04. RGB value is (252,180,4). Sum of RGB (Red+Green+Blue) = 252+180+4=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB404 is #034BFB. Grayscale: #B6B6B6. Windows color (decimal): -216060 or 308476. OLE color: 308476.

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

Color convert

RGB 252 180 4 -
CMYK 0 0.29 0.98 0.01
HSL 42.58º 0.98% 0.5% -
HSV(B) 42.58º 0.98% 0.99% -
XYZ 56.49 53.35 7.43 -
YUV 181.46 27.85 178.31 -
System Red Green Blue C M Y K H S L
Decimal 252 180 4 0 0.29 0.98 0.01 42.58 0.98 0.5
Hex FC B4 4 0 1D 62 1 2B 62 32
Octal 374 264 4 0 35 142 1 53 142 62
Binary 11111100 10110100 100 0 11101 1100010 1 101011 1100010 110010

Color Harmonies of #FCB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB404

Black with #FCB404

Text Example


Text Example

White with #FCB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB404; }

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

 H1.HeaderClassName
 {
   color: #FCB404;
 }
 .AnyTagClassName
 {
   color: #FCB404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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