Html Css Color HEX #F24941 Sunset Orange

📋 copy color: '#F24941'

red 242 ◦ green 73 ◦ blue 65

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

Shades of Sunset Orange #F24941

Tints of Sunset Orange #F24941

RGB

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

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

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

R = 63.68%
G = 19.21%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24941 (or 0xF24941) is known color: Sunset Orange. HEX triplet: F2, 49 and 41. RGB value is (242,73,65). Sum of RGB (Red+Green+Blue) = 242+73+65=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F24941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24941 is #0DB6BE. Grayscale: #7A7A7A. Windows color (decimal): -898751 or 4278770. OLE color: 4278770.

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

Color convert

RGB 242 73 65 -
CMYK 0 0.70 0.73 0.05
HSL 2.71º 0.87% 0.6% -
HSV(B) 2.71º 0.73% 0.95% -
XYZ 39.95 24.02 7.53 -
YUV 122.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 242 73 65 0 0.70 0.73 0.05 2.71 0.87 0.6
Hex F2 49 41 0 46 49 5 3 57 3C
Octal 362 111 101 0 106 111 5 3 127 74
Binary 11110010 1001001 1000001 0 1000110 1001001 101 11 1010111 111100

Color Harmonies of #F24941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24941

Black with #F24941

Text Example


Text Example

White with #F24941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24941; }

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

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

background-color css

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

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

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

border-color css

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

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

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