#F24A3E

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

Shades of Sunset Orange #F24A3E

Tints of Sunset Orange #F24A3E

Color information

#F24A3E (or 0xF24A3E) is unknown color: approx Sunset Orange. HEX triplet: F2, 4A and 3E. RGB value is (242,74,62). Sum of RGB (Red+Green+Blue) = 242+74+62=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A3E is #0DB5C1. Grayscale: #7B7B7B. Windows color (decimal): -898498 or 4082418. OLE color: 4082418.

HSL color Cylindrical-coordinate representation of color #F24A3E: hue angle of 4º 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 #F24A3E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2427462-
CMYK00.690.740.05
HSL87.38%59.61%-
HSV(B)74.38%94.9%-
XYZ39.9424.127.11-
YUV122.8693.66212.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.02%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=64.02%
G=19.58%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242746200.690.740.05487.3859.61
HexF24A3E0454A54573c
Octal3621127601051125412774
Binary1111001010010101111100100010110010101011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24A3E; }

 p { color: rgb(242,74,62); }

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

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

 a { background-color: rgb(242,74,62); }

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

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

 span { border-color: rgb(242,74,62); }

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