Html Css Color HEX #FCD804 School Bus Yellow

📋 copy color: '#FCD804'

red 252 ◦ green 216 ◦ blue 4

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

Shades of School Bus Yellow #FCD804

Tints of School Bus Yellow #FCD804

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

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

R = 53.39%
G = 45.76%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD804 (or 0xFCD804) is known color: School Bus Yellow. HEX triplet: FC, D8 and 04. RGB value is (252,216,4). Sum of RGB (Red+Green+Blue) = 252+216+4=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD804 is #0327FB. Grayscale: #CBCBCB. Windows color (decimal): -206844 or 317692. OLE color: 317692.

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

Color convert

RGB 252 216 4 -
CMYK 0 0.14 0.98 0.01
HSL 51.29º 0.98% 0.5% -
HSV(B) 51.29º 0.98% 0.99% -
XYZ 64.72 69.82 10.18 -
YUV 202.6 15.93 163.24 -
System Red Green Blue C M Y K H S L
Decimal 252 216 4 0 0.14 0.98 0.01 51.29 0.98 0.5
Hex FC D8 4 0 E 62 1 33 62 32
Octal 374 330 4 0 16 142 1 63 142 62
Binary 11111100 11011000 100 0 1110 1100010 1 110011 1100010 110010

Color Harmonies of #FCD804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD804

Black with #FCD804

Text Example


Text Example

White with #FCD804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD804; }

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

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

background-color css

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

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

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

border-color css

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

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

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