Html Css Color HEX #FCD910 School Bus Yellow

📋 copy color: '#FCD910'

red 252 ◦ green 217 ◦ blue 16

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

Shades of School Bus Yellow #FCD910

Tints of School Bus Yellow #FCD910

RGB

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

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

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

R = 51.96%
G = 44.74%
B = 3.3%

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

#FCD910 (or 0xFCD910) is known color: School Bus Yellow. HEX triplet: FC, D9 and 10. RGB value is (252,217,16). Sum of RGB (Red+Green+Blue) = 252+217+16=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD910 is #0326EF. Grayscale: #CDCDCD. Windows color (decimal): -206576 or 1104380. OLE color: 1104380.

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

Color convert

RGB 252 217 16 -
CMYK 0 0.14 0.94 0.01
HSL 51.1º 0.98% 0.53% -
HSV(B) 51.1º 0.94% 0.99% -
XYZ 65.05 70.36 10.64 -
YUV 204.55 21.6 161.84 -
System Red Green Blue C M Y K H S L
Decimal 252 217 16 0 0.14 0.94 0.01 51.1 0.98 0.53
Hex FC D9 10 0 E 5E 1 33 62 35
Octal 374 331 20 0 16 136 1 63 142 65
Binary 11111100 11011001 10000 0 1110 1011110 1 110011 1100010 110101

Color Harmonies of #FCD910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD910

Black with #FCD910

Text Example


Text Example

White with #FCD910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD910; }

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

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

background-color css

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

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

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

border-color css

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

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

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