#F25540

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

Shades of Sunset Orange #F25540

Tints of Sunset Orange #F25540

Color information

#F25540 (or 0xF25540) is unknown color: approx Sunset Orange. HEX triplet: F2, 55 and 40. RGB value is (242,85,64). Sum of RGB (Red+Green+Blue) = 242+85+64=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25540 is #0DAABF. Grayscale: #818181. Windows color (decimal): -895680 or 4216306. OLE color: 4216306.

HSL color Cylindrical-coordinate representation of color #F25540: hue angle of 7.08º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F25540 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2428564-
CMYK00.650.740.05
HSL7.08º87.25%60%-
HSV(B)7.08º73.55%94.9%-
XYZ40.7925.747.67-
YUV129.5591.01208.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.89%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=61.89%
G=21.74%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242856400.650.740.057.0887.2560
HexF255400414A57573c
Octal36212510001011125712774
Binary11110010101010110000000100000110010101011111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25540; }

 p { color: rgb(242,85,64); }

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

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

 a { background-color: rgb(242,85,64); }

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

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

 span { border-color: rgb(242,85,64); }

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