#F6513D

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

Shades of Sunset Orange #F6513D

Tints of Sunset Orange #F6513D

Color information

#F6513D (or 0xF6513D) is unknown color: approx Sunset Orange. HEX triplet: F6, 51 and 3D. RGB value is (246,81,61). Sum of RGB (Red+Green+Blue) = 246+81+61=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6513D is #09AEC2. Grayscale: #808080. Windows color (decimal): -634563 or 4018678. OLE color: 4018678.

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

Color convert

RGB2468161-
CMYK00.670.750.04
HSL6.49º91.13%60.2%-
HSV(B)6.49º75.2%96.47%-
XYZ41.7925.817.19-
YUV128.0690.16212.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 63.40%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 61 (24.22% from 255) = 15.72%
R=63.40%
G=20.88%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246816100.670.750.046.4991.1360.2
HexF6513D0434B465b3c
Octal3661217501031134613374
Binary1111011010100011111010100001110010111001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6513D; }

 p { color: rgb(246,81,61); }

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

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

 a { background-color: rgb(246,81,61); }

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

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

 span { border-color: rgb(246,81,61); }

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