Html Css Color HEX #F24D42 Sunset Orange

📋 copy color: '#F24D42'

red 242 ◦ green 77 ◦ blue 66

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

Shades of Sunset Orange #F24D42

Tints of Sunset Orange #F24D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20%

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

R = 62.86%
G = 20%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24D42 (or 0xF24D42) is known color: Sunset Orange. HEX triplet: F2, 4D and 42. RGB value is (242,77,66). Sum of RGB (Red+Green+Blue) = 242+77+66=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D42 is #0DB2BD. Grayscale: #7D7D7D. Windows color (decimal): -897726 or 4345330. OLE color: 4345330.

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

Color convert

RGB 242 77 66 -
CMYK 0 0.68 0.73 0.05
HSL 3.75º 0.87% 0.6% -
HSV(B) 3.75º 0.73% 0.95% -
XYZ 40.26 24.58 7.78 -
YUV 125.08 94.66 211.39 -
System Red Green Blue C M Y K H S L
Decimal 242 77 66 0 0.68 0.73 0.05 3.75 0.87 0.6
Hex F2 4D 42 0 44 49 5 4 57 3C
Octal 362 115 102 0 104 111 5 4 127 74
Binary 11110010 1001101 1000010 0 1000100 1001001 101 100 1010111 111100

Color Harmonies of #F24D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D42

Black with #F24D42

Text Example


Text Example

White with #F24D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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