#FE862D

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

Shades of Sun #FE862D

Tints of Sun #FE862D

Color information

#FE862D (or 0xFE862D) is unknown color: approx Sun. HEX triplet: FE, 86 and 2D. RGB value is (254,134,45). Sum of RGB (Red+Green+Blue) = 254+134+45=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE862D is #0179D2. Grayscale: #A0A0A0. Windows color (decimal): -96723 or 2983678. OLE color: 2983678.

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

Color convert

RGB25413445-
CMYK00.470.820.00
HSL25.55º99.05%58.63%-
HSV(B)25.55º82.28%99.61%-
XYZ49.8738.317.25-
YUV159.7363.26195.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.66%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 45 (17.97% from 255) = 10.39%
R=58.66%
G=30.95%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541344500.470.820.0025.5599.0558.63
HexFE862D02F5201a633b
Octal3762065505712203214373
Binary1111111010000110101101010111110100100110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE862D; }

 p { color: rgb(254,134,45); }

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

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

 a { background-color: rgb(254,134,45); }

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

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

 span { border-color: rgb(254,134,45); }

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