Html Css Color HEX #F0D802 School Bus Yellow

📋 copy color: '#F0D802'

red 240 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #F0D802

Tints of School Bus Yellow #F0D802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 52.4%
G = 47.16%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0D802 (or 0xF0D802) is known color: School Bus Yellow. HEX triplet: F0, D8 and 02. RGB value is (240,216,2). Sum of RGB (Red+Green+Blue) = 240+216+2=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D802 is #0F27FD. Grayscale: #C7C7C7. Windows color (decimal): -993278 or 186608. OLE color: 186608.

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

Color convert

RGB 240 216 2 -
CMYK 0 0.1 0.99 0.06
HSL 53.95º 0.98% 0.47% -
HSV(B) 53.95º 0.99% 0.94% -
XYZ 60.5 67.64 9.92 -
YUV 198.78 16.95 157.4 -
System Red Green Blue C M Y K H S L
Decimal 240 216 2 0 0.1 0.99 0.06 53.95 0.98 0.47
Hex F0 D8 2 0 A 63 6 36 62 2F
Octal 360 330 2 0 12 143 6 66 142 57
Binary 11110000 11011000 10 0 1010 1100011 110 110110 1100010 101111

Color Harmonies of #F0D802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D802

Black with #F0D802

Text Example


Text Example

White with #F0D802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D802; }

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

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

background-color css

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

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

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

border-color css

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

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

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