Html Css Color HEX #F8D908 School Bus Yellow

📋 copy color: '#F8D908'

red 248 ◦ green 217 ◦ blue 8

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

Shades of School Bus Yellow #F8D908

Tints of School Bus Yellow #F8D908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 52.43%
G = 45.88%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F8D908 (or 0xF8D908) is known color: School Bus Yellow. HEX triplet: F8, D9 and 08. RGB value is (248,217,8). Sum of RGB (Red+Green+Blue) = 248+217+8=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D908 is #0726F7. Grayscale: #CBCBCB. Windows color (decimal): -468728 or 580088. OLE color: 580088.

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

Color convert

RGB 248 217 8 -
CMYK 0 0.12 0.97 0.03
HSL 52.25º 0.94% 0.5% -
HSV(B) 52.25º 0.97% 0.97% -
XYZ 63.57 69.6 10.31 -
YUV 202.44 18.27 160.49 -
System Red Green Blue C M Y K H S L
Decimal 248 217 8 0 0.12 0.97 0.03 52.25 0.94 0.5
Hex F8 D9 8 0 C 61 3 34 5E 32
Octal 370 331 10 0 14 141 3 64 136 62
Binary 11111000 11011001 1000 0 1100 1100001 11 110100 1011110 110010

Color Harmonies of #F8D908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D908

Black with #F8D908

Text Example


Text Example

White with #F8D908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D908; }

 p { color: rgb(248,217,8); }

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

background-color css

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

 a { background-color: rgb(248,217,8); }

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

border-color css

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

 span { border-color: rgb(248,217,8); }

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