Html Css Color HEX #FCD90A School Bus Yellow

📋 copy color: '#FCD90A'

red 252 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #FCD90A

Tints of School Bus Yellow #FCD90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.09%

R = 52.61%
G = 45.3%
B = 2.09%

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

#FCD90A (or 0xFCD90A) is known color: School Bus Yellow. HEX triplet: FC, D9 and 0A. RGB value is (252,217,10). Sum of RGB (Red+Green+Blue) = 252+217+10=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 10 (4.30% from 255 or 2.09% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD90A is #0326F5. Grayscale: #CCCCCC. Windows color (decimal): -206582 or 711164. OLE color: 711164.

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

Color convert

RGB 252 217 10 -
CMYK 0 0.14 0.96 0.01
HSL 51.32º 0.98% 0.51% -
HSV(B) 51.32º 0.96% 0.99% -
XYZ 65.01 70.34 10.44 -
YUV 203.87 18.6 162.33 -
System Red Green Blue C M Y K H S L
Decimal 252 217 10 0 0.14 0.96 0.01 51.32 0.98 0.51
Hex FC D9 A 0 E 60 1 33 62 33
Octal 374 331 12 0 16 140 1 63 142 63
Binary 11111100 11011001 1010 0 1110 1100000 1 110011 1100010 110011

Color Harmonies of #FCD90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD90A

Black with #FCD90A

Text Example


Text Example

White with #FCD90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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