Html Css Color HEX #F8D802 School Bus Yellow

📋 copy color: '#F8D802'

red 248 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #F8D802

Tints of School Bus Yellow #F8D802

RGB

 RED value IS 248 (97.27% from 255) = 53.22%

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

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

R = 53.22%
G = 46.35%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8D802 (or 0xF8D802) is known color: School Bus Yellow. HEX triplet: F8, D8 and 02. RGB value is (248,216,2). Sum of RGB (Red+Green+Blue) = 248+216+2=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D802 is #0727FD. Grayscale: #CACACA. Windows color (decimal): -468990 or 186616. OLE color: 186616.

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

Color convert

RGB 248 216 2 -
CMYK 0 0.13 0.99 0.03
HSL 52.2º 0.98% 0.49% -
HSV(B) 52.2º 0.99% 0.97% -
XYZ 63.28 69.07 10.05 -
YUV 201.17 15.6 161.4 -
System Red Green Blue C M Y K H S L
Decimal 248 216 2 0 0.13 0.99 0.03 52.2 0.98 0.49
Hex F8 D8 2 0 D 63 3 34 62 31
Octal 370 330 2 0 15 143 3 64 142 61
Binary 11111000 11011000 10 0 1101 1100011 11 110100 1100010 110001

Color Harmonies of #F8D802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D802

Black with #F8D802

Text Example


Text Example

White with #F8D802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D802; }

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

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

background-color css

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

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

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

border-color css

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

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

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