Html Css Color HEX #F24D41 Sunset Orange

📋 copy color: '#F24D41'

red 242 ◦ green 77 ◦ blue 65

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

Shades of Sunset Orange #F24D41

Tints of Sunset Orange #F24D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 63.02%
G = 20.05%
B = 16.93%

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

#F24D41 (or 0xF24D41) is known color: Sunset Orange. HEX triplet: F2, 4D and 41. RGB value is (242,77,65). Sum of RGB (Red+Green+Blue) = 242+77+65=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D41 is #0DB2BE. Grayscale: #7D7D7D. Windows color (decimal): -897727 or 4279794. OLE color: 4279794.

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

Color convert

RGB 242 77 65 -
CMYK 0 0.68 0.73 0.05
HSL 4.07º 0.87% 0.6% -
HSV(B) 4.07º 0.73% 0.95% -
XYZ 40.23 24.57 7.62 -
YUV 124.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 242 77 65 0 0.68 0.73 0.05 4.07 0.87 0.6
Hex F2 4D 41 0 44 49 5 4 57 3C
Octal 362 115 101 0 104 111 5 4 127 74
Binary 11110010 1001101 1000001 0 1000100 1001001 101 100 1010111 111100

Color Harmonies of #F24D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D41

Black with #F24D41

Text Example


Text Example

White with #F24D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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