Html Css Color HEX #F24940 Sunset Orange

📋 copy color: '#F24940'

red 242 ◦ green 73 ◦ blue 64

#F24940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #F24940

Tints of Sunset Orange #F24940

RGB

 RED value IS 242 (94.92% from 255) = 63.85%

 GREEN value IS 73 (28.91% from 255) = 19.26%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 63.85%
G = 19.26%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24940 (or 0xF24940) is known color: Sunset Orange. HEX triplet: F2, 49 and 40. RGB value is (242,73,64). Sum of RGB (Red+Green+Blue) = 242+73+64=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F24940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24940 is #0DB6BF. Grayscale: #7A7A7A. Windows color (decimal): -898752 or 4213234. OLE color: 4213234.

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

Color convert

RGB 242 73 64 -
CMYK 0 0.70 0.74 0.05
HSL 3.03º 0.87% 0.6% -
HSV(B) 3.03º 0.74% 0.95% -
XYZ 39.93 24.01 7.38 -
YUV 122.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 242 73 64 0 0.70 0.74 0.05 3.03 0.87 0.6
Hex F2 49 40 0 46 4A 5 3 57 3C
Octal 362 111 100 0 106 112 5 3 127 74
Binary 11110010 1001001 1000000 0 1000110 1001010 101 11 1010111 111100

Color Harmonies of #F24940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24940

Black with #F24940

Text Example


Text Example

White with #F24940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24940; }

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

 H1.HeaderClassName
 {
   color: #F24940;
 }
 .AnyTagClassName
 {
   color: #F24940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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