Html Css Color HEX #FCD80A School Bus Yellow

📋 copy color: '#FCD80A'

red 252 ◦ green 216 ◦ blue 10

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

Shades of School Bus Yellow #FCD80A

Tints of School Bus Yellow #FCD80A

RGB

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

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

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

R = 52.72%
G = 45.19%
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

#FCD80A (or 0xFCD80A) is known color: School Bus Yellow. HEX triplet: FC, D8 and 0A. RGB value is (252,216,10). Sum of RGB (Red+Green+Blue) = 252+216+10=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD80A is #0327F5. Grayscale: #CCCCCC. Windows color (decimal): -206838 or 710908. OLE color: 710908.

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

Color convert

RGB 252 216 10 -
CMYK 0 0.14 0.96 0.01
HSL 51.07º 0.98% 0.51% -
HSV(B) 51.07º 0.96% 0.99% -
XYZ 64.76 69.83 10.35 -
YUV 203.28 18.93 162.75 -
System Red Green Blue C M Y K H S L
Decimal 252 216 10 0 0.14 0.96 0.01 51.07 0.98 0.51
Hex FC D8 A 0 E 60 1 33 62 33
Octal 374 330 12 0 16 140 1 63 142 63
Binary 11111100 11011000 1010 0 1110 1100000 1 110011 1100010 110011

Color Harmonies of #FCD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD80A

Black with #FCD80A

Text Example


Text Example

White with #FCD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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