#F05345

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

Shades of Sunset Orange #F05345

Tints of Sunset Orange #F05345

Color information

#F05345 (or 0xF05345) is unknown color: approx Sunset Orange. HEX triplet: F0, 53 and 45. RGB value is (240,83,69). Sum of RGB (Red+Green+Blue) = 240+83+69=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F05345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05345 is #0FACBA. Grayscale: #808080. Windows color (decimal): -1027259 or 4543472. OLE color: 4543472.

HSL color Cylindrical-coordinate representation of color #F05345: hue angle of 4.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F05345 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB2408369-
CMYK00.650.710.06
HSL4.91º85.07%60.59%-
HSV(B)4.91º71.25%94.12%-
XYZ40.125.148.37-
YUV128.3594.51207.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.22%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=61.22%
G=21.17%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240836900.650.710.064.9185.0760.59
HexF053450414765553d
Octal36012310501011076512575
Binary11110000101001110001010100000110001111101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05345; }

 p { color: rgb(240,83,69); }

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

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

 a { background-color: rgb(240,83,69); }

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

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

 span { border-color: rgb(240,83,69); }

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