Html Css Color HEX #FFD810 School Bus Yellow

📋 copy color: '#FFD810'

red 255 ◦ green 216 ◦ blue 16

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

Shades of School Bus Yellow #FFD810

Tints of School Bus Yellow #FFD810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.29%

R = 52.36%
G = 44.35%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFD810 (or 0xFFD810) is known color: School Bus Yellow. HEX triplet: FF, D8 and 10. RGB value is (255,216,16). Sum of RGB (Red+Green+Blue) = 255+216+16=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD810 is #0027EF. Grayscale: #CDCDCD. Windows color (decimal): -10224 or 1104127. OLE color: 1104127.

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

Color convert

RGB 255 216 16 -
CMYK 0 0.15 0.94 0
HSL 50.21º 1% 0.53% -
HSV(B) 50.21º 0.94% 1% -
XYZ 65.89 70.41 10.61 -
YUV 204.86 21.42 163.76 -
System Red Green Blue C M Y K H S L
Decimal 255 216 16 0 0.15 0.94 0 50.21 1 0.53
Hex FF D8 10 0 F 5E 0 32 64 35
Octal 377 330 20 0 17 136 0 62 144 65
Binary 11111111 11011000 10000 0 1111 1011110 0 110010 1100100 110101

Color Harmonies of #FFD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD810

Black with #FFD810

Text Example


Text Example

White with #FFD810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD810; }

 p { color: rgb(255,216,16); }

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

background-color css

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

 a { background-color: rgb(255,216,16); }

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

border-color css

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

 span { border-color: rgb(255,216,16); }

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