Html Css Color HEX #FFD908 School Bus Yellow

📋 copy color: '#FFD908'

red 255 ◦ green 217 ◦ blue 8

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

Shades of School Bus Yellow #FFD908

Tints of School Bus Yellow #FFD908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.67%

R = 53.13%
G = 45.21%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD908 (or 0xFFD908) is known color: School Bus Yellow. HEX triplet: FF, D9 and 08. RGB value is (255,217,8). Sum of RGB (Red+Green+Blue) = 255+217+8=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 8 (3.52% from 255 or 1.67% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD908 is #0026F7. Grayscale: #CDCDCD. Windows color (decimal): -9976 or 580095. OLE color: 580095.

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

Color convert

RGB 255 217 8 -
CMYK 0 0.15 0.97 0
HSL 50.77º 1% 0.52% -
HSV(B) 50.77º 0.97% 1% -
XYZ 66.1 70.9 10.43 -
YUV 204.54 17.09 163.99 -
System Red Green Blue C M Y K H S L
Decimal 255 217 8 0 0.15 0.97 0 50.77 1 0.52
Hex FF D9 8 0 F 61 0 33 64 34
Octal 377 331 10 0 17 141 0 63 144 64
Binary 11111111 11011001 1000 0 1111 1100001 0 110011 1100100 110100

Color Harmonies of #FFD908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD908

Black with #FFD908

Text Example


Text Example

White with #FFD908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD908; }

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

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

background-color css

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

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

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

border-color css

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

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

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