Html Css Color HEX #F0D907 School Bus Yellow

📋 copy color: '#F0D907'

red 240 ◦ green 217 ◦ blue 7

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

Shades of School Bus Yellow #F0D907

Tints of School Bus Yellow #F0D907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 51.72%
G = 46.77%
B = 1.51%

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

#F0D907 (or 0xF0D907) is known color: School Bus Yellow. HEX triplet: F0, D9 and 07. RGB value is (240,217,7). Sum of RGB (Red+Green+Blue) = 240+217+7=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D907 is #0F26F8. Grayscale: #C8C8C8. Windows color (decimal): -993017 or 514544. OLE color: 514544.

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

Color convert

RGB 240 217 7 -
CMYK 0 0.10 0.97 0.06
HSL 54.08º 0.94% 0.48% -
HSV(B) 54.08º 0.97% 0.94% -
XYZ 60.79 68.17 10.15 -
YUV 199.94 19.12 156.58 -
System Red Green Blue C M Y K H S L
Decimal 240 217 7 0 0.10 0.97 0.06 54.08 0.94 0.48
Hex F0 D9 7 0 A 61 6 36 5E 30
Octal 360 331 7 0 12 141 6 66 136 60
Binary 11110000 11011001 111 0 1010 1100001 110 110110 1011110 110000

Color Harmonies of #F0D907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D907

Black with #F0D907

Text Example


Text Example

White with #F0D907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D907; }

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

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

background-color css

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

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

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

border-color css

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

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

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