Html Css Color HEX #F0D908 School Bus Yellow

📋 copy color: '#F0D908'

red 240 ◦ green 217 ◦ blue 8

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

Shades of School Bus Yellow #F0D908

Tints of School Bus Yellow #F0D908

RGB

 RED value IS 240 (94.14% from 255) = 51.61%

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

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

R = 51.61%
G = 46.67%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0D908 (or 0xF0D908) is known color: School Bus Yellow. HEX triplet: F0, D9 and 08. RGB value is (240,217,8). Sum of RGB (Red+Green+Blue) = 240+217+8=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D908 is #0F26F7. Grayscale: #C8C8C8. Windows color (decimal): -993016 or 580080. OLE color: 580080.

HSL color Cylindrical-coordinate representation of color #F0D908: hue angle of 54.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0D908 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 8 -
CMYK 0 0.10 0.97 0.06
HSL 54.05º 0.94% 0.49% -
HSV(B) 54.05º 0.97% 0.94% -
XYZ 60.79 68.17 10.18 -
YUV 200.05 19.62 156.49 -
System Red Green Blue C M Y K H S L
Decimal 240 217 8 0 0.10 0.97 0.06 54.05 0.94 0.49
Hex F0 D9 8 0 A 61 6 36 5E 31
Octal 360 331 10 0 12 141 6 66 136 61
Binary 11110000 11011001 1000 0 1010 1100001 110 110110 1011110 110001

Color Harmonies of #F0D908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D908

Black with #F0D908

Text Example


Text Example

White with #F0D908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D908; }

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

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

background-color css

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

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

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

border-color css

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

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

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