Html Css Color HEX #FCD809 School Bus Yellow

📋 copy color: '#FCD809'

red 252 ◦ green 216 ◦ blue 9

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

Shades of School Bus Yellow #FCD809

Tints of School Bus Yellow #FCD809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.89%

R = 52.83%
G = 45.28%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD809 (or 0xFCD809) is known color: School Bus Yellow. HEX triplet: FC, D8 and 09. RGB value is (252,216,9). Sum of RGB (Red+Green+Blue) = 252+216+9=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD809 is #0327F6. Grayscale: #CCCCCC. Windows color (decimal): -206839 or 645372. OLE color: 645372.

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

Color convert

RGB 252 216 9 -
CMYK 0 0.14 0.96 0.01
HSL 51.11º 0.98% 0.51% -
HSV(B) 51.11º 0.96% 0.99% -
XYZ 64.75 69.83 10.32 -
YUV 203.17 18.43 162.83 -
System Red Green Blue C M Y K H S L
Decimal 252 216 9 0 0.14 0.96 0.01 51.11 0.98 0.51
Hex FC D8 9 0 E 60 1 33 62 33
Octal 374 330 11 0 16 140 1 63 142 63
Binary 11111100 11011000 1001 0 1110 1100000 1 110011 1100010 110011

Color Harmonies of #FCD809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD809

Black with #FCD809

Text Example


Text Example

White with #FCD809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD809; }

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

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

background-color css

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

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

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

border-color css

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

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

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