Html Css Color HEX #FFD906 School Bus Yellow

📋 copy color: '#FFD906'

red 255 ◦ green 217 ◦ blue 6

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

Shades of School Bus Yellow #FFD906

Tints of School Bus Yellow #FFD906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.26%

R = 53.35%
G = 45.4%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD906 (or 0xFFD906) is known color: School Bus Yellow. HEX triplet: FF, D9 and 06. RGB value is (255,217,6). Sum of RGB (Red+Green+Blue) = 255+217+6=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 6 (2.73% from 255 or 1.26% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD906 is #0026F9. Grayscale: #CDCDCD. Windows color (decimal): -9978 or 449023. OLE color: 449023.

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

Color convert

RGB 255 217 6 -
CMYK 0 0.15 0.98 0
HSL 50.84º 1% 0.51% -
HSV(B) 50.84º 0.98% 1% -
XYZ 66.09 70.9 10.37 -
YUV 204.31 16.09 164.16 -
System Red Green Blue C M Y K H S L
Decimal 255 217 6 0 0.15 0.98 0 50.84 1 0.51
Hex FF D9 6 0 F 62 0 33 64 33
Octal 377 331 6 0 17 142 0 63 144 63
Binary 11111111 11011001 110 0 1111 1100010 0 110011 1100100 110011

Color Harmonies of #FFD906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD906

Black with #FFD906

Text Example


Text Example

White with #FFD906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD906; }

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

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

background-color css

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

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

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

border-color css

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

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

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