Html Css Color HEX #F0D80B School Bus Yellow

📋 copy color: '#F0D80B'

red 240 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #F0D80B

Tints of School Bus Yellow #F0D80B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

 BLUE value IS 11 (4.69% from 255) = 2.36%

R = 51.39%
G = 46.25%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0D80B (or 0xF0D80B) is known color: School Bus Yellow. HEX triplet: F0, D8 and 0B. RGB value is (240,216,11). Sum of RGB (Red+Green+Blue) = 240+216+11=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D80B is #0F27F4. Grayscale: #C8C8C8. Windows color (decimal): -993269 or 776432. OLE color: 776432.

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

Color convert

RGB 240 216 11 -
CMYK 0 0.1 0.95 0.06
HSL 53.71º 0.91% 0.49% -
HSV(B) 53.71º 0.95% 0.94% -
XYZ 60.55 67.66 10.19 -
YUV 199.81 21.45 156.67 -
System Red Green Blue C M Y K H S L
Decimal 240 216 11 0 0.1 0.95 0.06 53.71 0.91 0.49
Hex F0 D8 B 0 A 5F 6 36 5B 31
Octal 360 330 13 0 12 137 6 66 133 61
Binary 11110000 11011000 1011 0 1010 1011111 110 110110 1011011 110001

Color Harmonies of #F0D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D80B

Black with #F0D80B

Text Example


Text Example

White with #F0D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D80B; }

 p { color: rgb(240,216,11); }

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

background-color css

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

 a { background-color: rgb(240,216,11); }

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

border-color css

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

 span { border-color: rgb(240,216,11); }

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