#F6863A

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

Shades of Sun #F6863A

Tints of Sun #F6863A

Color information

#F6863A (or 0xF6863A) is unknown color: approx Sun. HEX triplet: F6, 86 and 3A. RGB value is (246,134,58). Sum of RGB (Red+Green+Blue) = 246+134+58=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6863A is #0979C5. Grayscale: #9F9F9F. Windows color (decimal): -620998 or 3835638. OLE color: 3835638.

HSL color Cylindrical-coordinate representation of color #F6863A: hue angle of 24.26º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6863A is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24613458-
CMYK00.460.760.04
HSL24.26º91.26%59.61%-
HSV(B)24.26º76.42%96.47%-
XYZ47.2936.958.64-
YUV158.8271.11190.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.16%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 58 (23.05% from 255) = 13.24%
R=56.16%
G=30.59%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461345800.460.760.0424.2691.2659.61
HexF6863A02E4C4185b3c
Octal3662067205611443013374
Binary111101101000011011101001011101001100100110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6863A; }

 p { color: rgb(246,134,58); }

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

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

 a { background-color: rgb(246,134,58); }

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

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

 span { border-color: rgb(246,134,58); }

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