#FF863C

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

Shades of Sun #FF863C

Tints of Sun #FF863C

Color information

#FF863C (or 0xFF863C) is unknown color: approx Sun. HEX triplet: FF, 86 and 3C. RGB value is (255,134,60). Sum of RGB (Red+Green+Blue) = 255+134+60=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF863C is #0079C3. Grayscale: #A2A2A2. Windows color (decimal): -31172 or 3966719. OLE color: 3966719.

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

Color convert

RGB25513460-
CMYK00.470.760
HSL22.77º100%61.76%-
HSV(B)22.77º76.47%100%-
XYZ50.5838.649.07-
YUV161.7470.59194.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 60 (23.83% from 255) = 13.36%
R=56.79%
G=29.84%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551346000.470.76022.7710061.76
HexFF863C02F4C017643e
Octal3772067405711402714476
Binary1111111110000110111100010111110011000101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF863C; }

 p { color: rgb(255,134,60); }

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

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

 a { background-color: rgb(255,134,60); }

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

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

 span { border-color: rgb(255,134,60); }

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