Html Css Color HEX #F0D90D School Bus Yellow

📋 copy color: '#F0D90D'

red 240 ◦ green 217 ◦ blue 13

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

Shades of School Bus Yellow #F0D90D

Tints of School Bus Yellow #F0D90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 51.06%
G = 46.17%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0D90D (or 0xF0D90D) is known color: School Bus Yellow. HEX triplet: F0, D9 and 0D. RGB value is (240,217,13). Sum of RGB (Red+Green+Blue) = 240+217+13=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D90D is #0F26F2. Grayscale: #C9C9C9. Windows color (decimal): -993011 or 907760. OLE color: 907760.

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

Color convert

RGB 240 217 13 -
CMYK 0 0.10 0.95 0.06
HSL 53.92º 0.9% 0.5% -
HSV(B) 53.92º 0.95% 0.94% -
XYZ 60.82 68.18 10.34 -
YUV 200.62 22.12 156.09 -
System Red Green Blue C M Y K H S L
Decimal 240 217 13 0 0.10 0.95 0.06 53.92 0.9 0.5
Hex F0 D9 D 0 A 5F 6 36 5A 32
Octal 360 331 15 0 12 137 6 66 132 62
Binary 11110000 11011001 1101 0 1010 1011111 110 110110 1011010 110010

Color Harmonies of #F0D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D90D

Black with #F0D90D

Text Example


Text Example

White with #F0D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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