Html Css Color HEX #F0D90A School Bus Yellow

📋 copy color: '#F0D90A'

red 240 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #F0D90A

Tints of School Bus Yellow #F0D90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.14%

R = 51.39%
G = 46.47%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0D90A (or 0xF0D90A) is known color: School Bus Yellow. HEX triplet: F0, D9 and 0A. RGB value is (240,217,10). Sum of RGB (Red+Green+Blue) = 240+217+10=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D90A is #0F26F5. Grayscale: #C9C9C9. Windows color (decimal): -993014 or 711152. OLE color: 711152.

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

Color convert

RGB 240 217 10 -
CMYK 0 0.10 0.96 0.06
HSL 54º 0.92% 0.49% -
HSV(B) 54º 0.96% 0.94% -
XYZ 60.8 68.17 10.24 -
YUV 200.28 20.62 156.33 -
System Red Green Blue C M Y K H S L
Decimal 240 217 10 0 0.10 0.96 0.06 54 0.92 0.49
Hex F0 D9 A 0 A 60 6 36 5C 31
Octal 360 331 12 0 12 140 6 66 134 61
Binary 11110000 11011001 1010 0 1010 1100000 110 110110 1011100 110001

Color Harmonies of #F0D90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D90A

Black with #F0D90A

Text Example


Text Example

White with #F0D90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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