Html Css Color HEX #FCD900 School Bus Yellow

📋 copy color: '#FCD900'

red 252 ◦ green 217 ◦ blue 0

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

Shades of School Bus Yellow #FCD900

Tints of School Bus Yellow #FCD900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.73%
G = 46.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCD900 (or 0xFCD900) is known color: School Bus Yellow. HEX triplet: FC, D9 and 00. RGB value is (252,217,0). Sum of RGB (Red+Green+Blue) = 252+217+0=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD900 is #0326FF. Grayscale: #CBCBCB. Windows color (decimal): -206592 or 55804. OLE color: 55804.

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

Color convert

RGB 252 217 0 -
CMYK 0 0.14 1 0.01
HSL 51.67º 1% 0.49% -
HSV(B) 51.67º 1% 0.99% -
XYZ 64.96 70.32 10.15 -
YUV 202.73 13.6 163.14 -
System Red Green Blue C M Y K H S L
Decimal 252 217 0 0 0.14 1 0.01 51.67 1 0.49
Hex FC D9 0 0 E 64 1 34 64 31
Octal 374 331 0 0 16 144 1 64 144 61
Binary 11111100 11011001 0 0 1110 1100100 1 110100 1100100 110001

Color Harmonies of #FCD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD900

Black with #FCD900

Text Example


Text Example

White with #FCD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD900; }

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

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

background-color css

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

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

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

border-color css

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

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

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