Html Css Color HEX #F9D802 School Bus Yellow

📋 copy color: '#F9D802'

red 249 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #F9D802

Tints of School Bus Yellow #F9D802

RGB

 RED value IS 249 (97.66% from 255) = 53.32%

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

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

R = 53.32%
G = 46.25%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F9D802 (or 0xF9D802) is known color: School Bus Yellow. HEX triplet: F9, D8 and 02. RGB value is (249,216,2). Sum of RGB (Red+Green+Blue) = 249+216+2=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D802 is #0627FD. Grayscale: #CACACA. Windows color (decimal): -403454 or 186617. OLE color: 186617.

HSL color Cylindrical-coordinate representation of color #F9D802: hue angle of 51.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9D802 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 216 2 -
CMYK 0 0.13 0.99 0.02
HSL 51.98º 0.98% 0.49% -
HSV(B) 51.98º 0.99% 0.98% -
XYZ 63.63 69.26 10.07 -
YUV 201.47 15.43 161.9 -
System Red Green Blue C M Y K H S L
Decimal 249 216 2 0 0.13 0.99 0.02 51.98 0.98 0.49
Hex F9 D8 2 0 D 63 2 34 62 31
Octal 371 330 2 0 15 143 2 64 142 61
Binary 11111001 11011000 10 0 1101 1100011 10 110100 1100010 110001

Color Harmonies of #F9D802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D802

Black with #F9D802

Text Example


Text Example

White with #F9D802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D802; }

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

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

background-color css

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

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

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

border-color css

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

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

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