Html Css Color HEX #FCD810 School Bus Yellow

📋 copy color: '#FCD810'

red 252 ◦ green 216 ◦ blue 16

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

Shades of School Bus Yellow #FCD810

Tints of School Bus Yellow #FCD810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.31%

R = 52.07%
G = 44.63%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD810 (or 0xFCD810) is known color: School Bus Yellow. HEX triplet: FC, D8 and 10. RGB value is (252,216,16). Sum of RGB (Red+Green+Blue) = 252+216+16=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD810 is #0327EF. Grayscale: #CCCCCC. Windows color (decimal): -206832 or 1104124. OLE color: 1104124.

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

Color convert

RGB 252 216 16 -
CMYK 0 0.14 0.94 0.01
HSL 50.85º 0.98% 0.53% -
HSV(B) 50.85º 0.94% 0.99% -
XYZ 64.79 69.84 10.56 -
YUV 203.96 21.93 162.26 -
System Red Green Blue C M Y K H S L
Decimal 252 216 16 0 0.14 0.94 0.01 50.85 0.98 0.53
Hex FC D8 10 0 E 5E 1 33 62 35
Octal 374 330 20 0 16 136 1 63 142 65
Binary 11111100 11011000 10000 0 1110 1011110 1 110011 1100010 110101

Color Harmonies of #FCD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD810

Black with #FCD810

Text Example


Text Example

White with #FCD810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD810; }

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

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

background-color css

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

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

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

border-color css

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

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

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