Html Css Color HEX #FCD80B School Bus Yellow

📋 copy color: '#FCD80B'

red 252 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #FCD80B

Tints of School Bus Yellow #FCD80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.3%

R = 52.61%
G = 45.09%
B = 2.3%

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

#FCD80B (or 0xFCD80B) is known color: School Bus Yellow. HEX triplet: FC, D8 and 0B. RGB value is (252,216,11). Sum of RGB (Red+Green+Blue) = 252+216+11=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD80B is #0327F4. Grayscale: #CCCCCC. Windows color (decimal): -206837 or 776444. OLE color: 776444.

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

Color convert

RGB 252 216 11 -
CMYK 0 0.14 0.96 0.01
HSL 51.04º 0.98% 0.52% -
HSV(B) 51.04º 0.96% 0.99% -
XYZ 64.76 69.83 10.38 -
YUV 203.39 19.43 162.67 -
System Red Green Blue C M Y K H S L
Decimal 252 216 11 0 0.14 0.96 0.01 51.04 0.98 0.52
Hex FC D8 B 0 E 60 1 33 62 34
Octal 374 330 13 0 16 140 1 63 142 64
Binary 11111100 11011000 1011 0 1110 1100000 1 110011 1100010 110100

Color Harmonies of #FCD80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD80B

Black with #FCD80B

Text Example


Text Example

White with #FCD80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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