#f25348

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

Shades of Sunset Orange #F25348

Tints of Sunset Orange #F25348

Color information

#F25348 (or 0xF25348) is unknown color: approx Sunset Orange. HEX triplet: F2, 53 and 48. RGB value is (242,83,72). Sum of RGB (Red+Green+Blue) = 242+83+72=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F25348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25348 is #0DACB7. Grayscale: #818181. Windows color (decimal): -896184 or 4740082. OLE color: 4740082.

HSL color Cylindrical-coordinate representation of color #F25348: hue angle of 3.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F25348 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2428372-
CMYK00.660.700.05
HSL3.88º86.73%61.57%-
HSV(B)3.88º70.25%94.9%-
XYZ40.8825.538.9-
YUV129.2995.68208.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=60.96%
G=20.91%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242837200.660.700.053.8886.7361.57
HexF253480424654573e
Octal36212311001021065412776
Binary11110010101001110010000100001010001101011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25348; }

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

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

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

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

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

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

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

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