Html Css Color HEX #FCD811 School Bus Yellow

📋 copy color: '#FCD811'

red 252 ◦ green 216 ◦ blue 17

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

Shades of School Bus Yellow #FCD811

Tints of School Bus Yellow #FCD811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.51%

R = 51.96%
G = 44.54%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCD811 (or 0xFCD811) is known color: School Bus Yellow. HEX triplet: FC, D8 and 11. RGB value is (252,216,17). Sum of RGB (Red+Green+Blue) = 252+216+17=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD811 is #0327EE. Grayscale: #CCCCCC. Windows color (decimal): -206831 or 1169660. OLE color: 1169660.

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

Color convert

RGB 252 216 17 -
CMYK 0 0.14 0.93 0.01
HSL 50.81º 0.98% 0.53% -
HSV(B) 50.81º 0.93% 0.99% -
XYZ 64.8 69.85 10.6 -
YUV 204.08 22.43 162.18 -
System Red Green Blue C M Y K H S L
Decimal 252 216 17 0 0.14 0.93 0.01 50.81 0.98 0.53
Hex FC D8 11 0 E 5D 1 33 62 35
Octal 374 330 21 0 16 135 1 63 142 65
Binary 11111100 11011000 10001 0 1110 1011101 1 110011 1100010 110101

Color Harmonies of #FCD811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD811

Black with #FCD811

Text Example


Text Example

White with #FCD811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD811; }

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

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

background-color css

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

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

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

border-color css

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

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

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