Html Css Color HEX #F5D80B School Bus Yellow

📋 copy color: '#F5D80B'

red 245 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #F5D80B

Tints of School Bus Yellow #F5D80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 51.91%
G = 45.76%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5D80B (or 0xF5D80B) is known color: School Bus Yellow. HEX triplet: F5, D8 and 0B. RGB value is (245,216,11). Sum of RGB (Red+Green+Blue) = 245+216+11=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D80B is #0A27F4. Grayscale: #CACACA. Windows color (decimal): -665589 or 776437. OLE color: 776437.

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

Color convert

RGB 245 216 11 -
CMYK 0 0.12 0.96 0.04
HSL 52.56º 0.92% 0.5% -
HSV(B) 52.56º 0.96% 0.96% -
XYZ 62.27 68.55 10.27 -
YUV 201.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 245 216 11 0 0.12 0.96 0.04 52.56 0.92 0.5
Hex F5 D8 B 0 C 60 4 35 5C 32
Octal 365 330 13 0 14 140 4 65 134 62
Binary 11110101 11011000 1011 0 1100 1100000 100 110101 1011100 110010

Color Harmonies of #F5D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D80B

Black with #F5D80B

Text Example


Text Example

White with #F5D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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