#FEDA03

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

Shades of School Bus Yellow #FEDA03

Tints of School Bus Yellow #FEDA03

Color information

#FEDA03 (or 0xFEDA03) is unknown color: approx School Bus Yellow. HEX triplet: FE, DA and 03. RGB value is (254,218,3). Sum of RGB (Red+Green+Blue) = 254+218+3=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 3 (1.56% from 255 or 0.63% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA03 is #0125FC. Grayscale: #CDCDCD. Windows color (decimal): -75261 or 252670. OLE color: 252670.

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

Color convert

RGB2542183-
CMYK00.140.990.00
HSL51.39º99.21%50.39%-
HSV(B)51.39º98.82%99.61%-
XYZ65.9671.2210.36-
YUV204.2514.43163.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 3 (1.56% from 255) = 0.63%
R=53.47%
G=45.89%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254218300.140.990.0051.3999.2150.39
HexFEDA30E630336332
Octal376332301614306314362
Binary11111110110110101101110110001101100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA03; }

 p { color: rgb(254,218,3); }

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

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

 a { background-color: rgb(254,218,3); }

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

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

 span { border-color: rgb(254,218,3); }

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