Html Css Color HEX #FCD904 School Bus Yellow

📋 copy color: '#FCD904'

red 252 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #FCD904

Tints of School Bus Yellow #FCD904

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

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

R = 53.28%
G = 45.88%
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

#FCD904 (or 0xFCD904) is known color: School Bus Yellow. HEX triplet: FC, D9 and 04. RGB value is (252,217,4). Sum of RGB (Red+Green+Blue) = 252+217+4=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD904 is #0326FB. Grayscale: #CCCCCC. Windows color (decimal): -206588 or 317948. OLE color: 317948.

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

Color convert

RGB 252 217 4 -
CMYK 0 0.14 0.98 0.01
HSL 51.53º 0.98% 0.5% -
HSV(B) 51.53º 0.98% 0.99% -
XYZ 64.98 70.33 10.27 -
YUV 203.18 15.6 162.82 -
System Red Green Blue C M Y K H S L
Decimal 252 217 4 0 0.14 0.98 0.01 51.53 0.98 0.5
Hex FC D9 4 0 E 62 1 34 62 32
Octal 374 331 4 0 16 142 1 64 142 62
Binary 11111100 11011001 100 0 1110 1100010 1 110100 1100010 110010

Color Harmonies of #FCD904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD904

Black with #FCD904

Text Example


Text Example

White with #FCD904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD904; }

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

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

background-color css

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

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

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

border-color css

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

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

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