#FE8A3F

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

Shades of Sun #FE8A3F

Tints of Sun #FE8A3F

Color information

#FE8A3F (or 0xFE8A3F) is unknown color: approx Sun. HEX triplet: FE, 8A and 3F. RGB value is (254,138,63). Sum of RGB (Red+Green+Blue) = 254+138+63=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A3F is #0175C0. Grayscale: #A4A4A4. Windows color (decimal): -95681 or 4164350. OLE color: 4164350.

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

Color convert

RGB25413863-
CMYK00.460.750.00
HSL23.56º98.96%62.16%-
HSV(B)23.56º75.2%99.61%-
XYZ50.8639.619.67-
YUV164.1370.93192.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.82%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 63 (25% from 255) = 13.85%
R=55.82%
G=30.33%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541386300.460.750.0023.5698.9662.16
HexFE8A3F02E4B018633e
Octal3762127705611303014376
Binary1111111010001010111111010111010010110110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A3F; }

 p { color: rgb(254,138,63); }

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

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

 a { background-color: rgb(254,138,63); }

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

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

 span { border-color: rgb(254,138,63); }

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