#FE8B42

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

Shades of Sun #FE8B42

Tints of Sun #FE8B42

Color information

#FE8B42 (or 0xFE8B42) is unknown color: approx Sun. HEX triplet: FE, 8B and 42. RGB value is (254,139,66). Sum of RGB (Red+Green+Blue) = 254+139+66=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B42 is #0174BD. Grayscale: #A5A5A5. Windows color (decimal): -95422 or 4361214. OLE color: 4361214.

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

Color convert

RGB25413966-
CMYK00.450.740.00
HSL23.3º98.95%62.75%-
HSV(B)23.3º74.02%99.61%-
XYZ51.0939.9310.17-
YUV165.0672.1191.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.34%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=55.34%
G=30.28%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541396600.450.740.0023.398.9562.75
HexFE8B4202D4A017633f
Octal37621310205511202714377
Binary11111110100010111000010010110110010100101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B42; }

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

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

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

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

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

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

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

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