#FEB442

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

Shades of Yellow Orange #FEB442

Tints of Yellow Orange #FEB442

Color information

#FEB442 (or 0xFEB442) is unknown color: approx Yellow Orange. HEX triplet: FE, B4 and 42. RGB value is (254,180,66). Sum of RGB (Red+Green+Blue) = 254+180+66=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB442 is #014BBD. Grayscale: #BDBDBD. Windows color (decimal): -84926 or 4371710. OLE color: 4371710.

HSL color Cylindrical-coordinate representation of color #FEB442: hue angle of 36.38º 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 #FEB442 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB25418066-
CMYK00.290.740.00
HSL36.38º98.95%62.75%-
HSV(B)36.38º74.02%99.61%-
XYZ58.1854.1112.53-
YUV189.1358.52174.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 66 (26.17% from 255) = 13.2%
R=50.8%
G=36%
B=13.2%

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
Decimal2541806600.290.740.0036.3898.9562.75
HexFEB44201D4A024633f
Octal37626410203511204414377
Binary11111110101101001000010011101100101001001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB442; }

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

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

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

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

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

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

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

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