#FED80F

Color #FED80F School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #FED80F

Tints of School Bus Yellow #FED80F

Color information

#FED80F (or 0xFED80F) is unknown color: approx School Bus Yellow. HEX triplet: FE, D8 and 0F. RGB value is (254,216,15). Sum of RGB (Red+Green+Blue) = 254+216+15=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED80F is #0127F0. Grayscale: #CDCDCD. Windows color (decimal): -75761 or 1038590. OLE color: 1038590.

HSL color Cylindrical-coordinate representation of color #FED80F: hue angle of 50.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED80F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB25421615-
CMYK00.150.940.00
HSL50.46º99.17%52.75%-
HSV(B)50.46º94.09%99.61%-
XYZ65.5270.2210.55-
YUV204.4521.09163.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 15 (6.25% from 255) = 3.09%
R=52.37%
G=44.54%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542161500.150.940.0050.4699.1752.75
HexFED8F0F5E0326335
Octal3763301701713606214365
Binary1111111011011000111101111101111001100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED80F; }

 p { color: rgb(254,216,15); }

 H1.HeaderClassName
 {
   color: #FED80F;
 }
 .AnyTagClassName
 {
   color: #FED80F;
 }
</style>
background-color css

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

 a { background-color: rgb(254,216,15); }

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

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

 span { border-color: rgb(254,216,15); }

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