#FEB542

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

Shades of Yellow Orange #FEB542

Tints of Yellow Orange #FEB542

Color information

#FEB542 (or 0xFEB542) is unknown color: approx Yellow Orange. HEX triplet: FE, B5 and 42. RGB value is (254,181,66). Sum of RGB (Red+Green+Blue) = 254+181+66=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB542 is #014ABD. Grayscale: #BEBEBE. Windows color (decimal): -84670 or 4371966. OLE color: 4371966.

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

Color convert

RGB25418166-
CMYK00.290.740.00
HSL36.7º98.95%62.75%-
HSV(B)36.7º74.02%99.61%-
XYZ58.3854.5112.6-
YUV189.7258.18173.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 66 (26.17% from 255) = 13.17%
R=50.70%
G=36.13%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541816600.290.740.0036.798.9562.75
HexFEB54201D4A025633f
Octal37626510203511204514377
Binary11111110101101011000010011101100101001001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB542; }

 p { color: rgb(254,181,66); }

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

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

 a { background-color: rgb(254,181,66); }

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

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

 span { border-color: rgb(254,181,66); }

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