Html Css Color HEX #F24742 Sunset Orange

📋 copy color: '#F24742'

red 242 ◦ green 71 ◦ blue 66

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

Shades of Sunset Orange #F24742

Tints of Sunset Orange #F24742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.73%

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 63.85%
G = 18.73%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24742 (or 0xF24742) is known color: Sunset Orange. HEX triplet: F2, 47 and 42. RGB value is (242,71,66). Sum of RGB (Red+Green+Blue) = 242+71+66=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F24742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24742 is #0DB8BD. Grayscale: #797979. Windows color (decimal): -899262 or 4343794. OLE color: 4343794.

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

Color convert

RGB 242 71 66 -
CMYK 0 0.71 0.73 0.05
HSL 1.7º 0.87% 0.6% -
HSV(B) 1.7º 0.73% 0.95% -
XYZ 39.85 23.78 7.64 -
YUV 121.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 242 71 66 0 0.71 0.73 0.05 1.7 0.87 0.6
Hex F2 47 42 0 47 49 5 2 57 3C
Octal 362 107 102 0 107 111 5 2 127 74
Binary 11110010 1000111 1000010 0 1000111 1001001 101 10 1010111 111100

Color Harmonies of #F24742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24742

Black with #F24742

Text Example


Text Example

White with #F24742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24742; }

 p { color: rgb(242,71,66); }

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

background-color css

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

 a { background-color: rgb(242,71,66); }

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

border-color css

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

 span { border-color: rgb(242,71,66); }

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