#F25337

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

Shades of Sunset Orange #F25337

Tints of Sunset Orange #F25337

Color information

#F25337 (or 0xF25337) is unknown color: approx Sunset Orange. HEX triplet: F2, 53 and 37. RGB value is (242,83,55). Sum of RGB (Red+Green+Blue) = 242+83+55=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F25337 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25337 is #0DACC8. Grayscale: #7F7F7F. Windows color (decimal): -896201 or 3625970. OLE color: 3625970.

HSL color Cylindrical-coordinate representation of color #F25337: hue angle of 8.98º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F25337 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB2428355-
CMYK00.660.770.05
HSL8.98º87.79%58.24%-
HSV(B)8.98º77.27%94.9%-
XYZ40.425.346.38-
YUV127.3587.18209.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.68%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 55 (21.88% from 255) = 14.47%
R=63.68%
G=21.84%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242835500.660.770.058.9887.7958.24
HexF253370424D59583a
Octal36212367010211551113072
Binary11110010101001111011101000010100110110110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25337; }

 p { color: rgb(242,83,55); }

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

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

 a { background-color: rgb(242,83,55); }

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

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

 span { border-color: rgb(242,83,55); }

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