#F05035

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

Shades of Sunset Orange #F05035

Tints of Sunset Orange #F05035

Color information

#F05035 (or 0xF05035) is unknown color: approx Sunset Orange. HEX triplet: F0, 50 and 35. RGB value is (240,80,53). Sum of RGB (Red+Green+Blue) = 240+80+53=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F05035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05035 is #0FAFCA. Grayscale: #7D7D7D. Windows color (decimal): -1028043 or 3494128. OLE color: 3494128.

HSL color Cylindrical-coordinate representation of color #F05035: hue angle of 8.66º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F05035 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB2408053-
CMYK00.670.780.06
HSL8.66º86.18%57.45%-
HSV(B)8.66º77.92%94.12%-
XYZ39.4524.526.02-
YUV124.7687.51210.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.34%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=64.34%
G=21.45%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240805300.670.780.068.6686.1857.45
HexF050350434E695639
Octal36012065010311661112671
Binary11110000101000011010101000011100111011010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05035; }

 p { color: rgb(240,80,53); }

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

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

 a { background-color: rgb(240,80,53); }

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

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

 span { border-color: rgb(240,80,53); }

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