#FEDB07

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

Shades of School Bus Yellow #FEDB07

Tints of School Bus Yellow #FEDB07

Color information

#FEDB07 (or 0xFEDB07) is unknown color: approx School Bus Yellow. HEX triplet: FE, DB and 07. RGB value is (254,219,7). Sum of RGB (Red+Green+Blue) = 254+219+7=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 7 (3.12% from 255 or 1.46% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB07 is #0124F8. Grayscale: #CECECE. Windows color (decimal): -75001 or 515070. OLE color: 515070.

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

Color convert

RGB2542197-
CMYK00.140.970.00
HSL51.5º99.2%51.18%-
HSV(B)51.5º97.24%99.61%-
XYZ66.2471.7510.56-
YUV205.316.1162.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 219 (85.94% from 255) = 45.62%
BLUE value IS 7 (3.12% from 255) = 1.46%
R=52.92%
G=45.62%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254219700.140.970.0051.599.251.18
HexFEDB70E610336333
Octal376333701614106314363
Binary111111101101101111101110110000101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDB07; }

 p { color: rgb(254,219,7); }

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

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

 a { background-color: rgb(254,219,7); }

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

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

 span { border-color: rgb(254,219,7); }

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