Html Css Color HEX #FFD911 School Bus Yellow

📋 copy color: '#FFD911'

red 255 ◦ green 217 ◦ blue 17

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

Shades of School Bus Yellow #FFD911

Tints of School Bus Yellow #FFD911

RGB

 RED value IS 255 (100% from 255) = 52.15%

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

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

R = 52.15%
G = 44.38%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD911 (or 0xFFD911) is known color: School Bus Yellow. HEX triplet: FF, D9 and 11. RGB value is (255,217,17). Sum of RGB (Red+Green+Blue) = 255+217+17=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 17 (7.03% from 255 or 3.48% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD911 is #0026EE. Grayscale: #CECECE. Windows color (decimal): -9967 or 1169919. OLE color: 1169919.

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

Color convert

RGB 255 217 17 -
CMYK 0 0.15 0.93 0
HSL 50.42º 1% 0.53% -
HSV(B) 50.42º 0.93% 1% -
XYZ 66.15 70.93 10.73 -
YUV 205.56 21.59 163.26 -
System Red Green Blue C M Y K H S L
Decimal 255 217 17 0 0.15 0.93 0 50.42 1 0.53
Hex FF D9 11 0 F 5D 0 32 64 35
Octal 377 331 21 0 17 135 0 62 144 65
Binary 11111111 11011001 10001 0 1111 1011101 0 110010 1100100 110101

Color Harmonies of #FFD911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD911

Black with #FFD911

Text Example


Text Example

White with #FFD911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD911; }

 p { color: rgb(255,217,17); }

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

background-color css

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

 a { background-color: rgb(255,217,17); }

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

border-color css

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

 span { border-color: rgb(255,217,17); }

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