#F85441

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

Shades of Sunset Orange #F85441

Tints of Sunset Orange #F85441

Color information

#F85441 (or 0xF85441) is unknown color: approx Sunset Orange. HEX triplet: F8, 54 and 41. RGB value is (248,84,65). Sum of RGB (Red+Green+Blue) = 248+84+65=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F85441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85441 is #07ABBE. Grayscale: #838383. Windows color (decimal): -502719 or 4281592. OLE color: 4281592.

HSL color Cylindrical-coordinate representation of color #F85441: hue angle of 6.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85441 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2488465-
CMYK00.660.740.03
HSL6.23º92.89%61.37%-
HSV(B)6.23º73.79%97.25%-
XYZ42.8426.687.89-
YUV130.8790.83211.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.47%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=62.47%
G=21.16%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248846500.660.740.036.2392.8961.37
HexF854410424A365d3d
Octal37012410101021123613575
Binary1111100010101001000001010000101001010111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85441; }

 p { color: rgb(248,84,65); }

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

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

 a { background-color: rgb(248,84,65); }

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

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

 span { border-color: rgb(248,84,65); }

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