Html Css Color HEX #F5D808 School Bus Yellow

📋 copy color: '#F5D808'

red 245 ◦ green 216 ◦ blue 8

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

Shades of School Bus Yellow #F5D808

Tints of School Bus Yellow #F5D808

RGB

 RED value IS 245 (96.09% from 255) = 52.24%

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

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

R = 52.24%
G = 46.06%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5D808 (or 0xF5D808) is known color: School Bus Yellow. HEX triplet: F5, D8 and 08. RGB value is (245,216,8). Sum of RGB (Red+Green+Blue) = 245+216+8=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D808 is #0A27F7. Grayscale: #C9C9C9. Windows color (decimal): -665592 or 579829. OLE color: 579829.

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

Color convert

RGB 245 216 8 -
CMYK 0 0.12 0.97 0.04
HSL 52.66º 0.94% 0.5% -
HSV(B) 52.66º 0.97% 0.96% -
XYZ 62.26 68.54 10.18 -
YUV 200.96 19.11 159.41 -
System Red Green Blue C M Y K H S L
Decimal 245 216 8 0 0.12 0.97 0.04 52.66 0.94 0.5
Hex F5 D8 8 0 C 61 4 35 5E 32
Octal 365 330 10 0 14 141 4 65 136 62
Binary 11110101 11011000 1000 0 1100 1100001 100 110101 1011110 110010

Color Harmonies of #F5D808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D808

Black with #F5D808

Text Example


Text Example

White with #F5D808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D808; }

 p { color: rgb(245,216,8); }

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

background-color css

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

 a { background-color: rgb(245,216,8); }

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

border-color css

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

 span { border-color: rgb(245,216,8); }

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