Html Css Color HEX #F24F40 Sunset Orange

📋 copy color: '#F24F40'

red 242 ◦ green 79 ◦ blue 64

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

Shades of Sunset Orange #F24F40

Tints of Sunset Orange #F24F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 62.86%
G = 20.52%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24F40 (or 0xF24F40) is known color: Sunset Orange. HEX triplet: F2, 4F and 40. RGB value is (242,79,64). Sum of RGB (Red+Green+Blue) = 242+79+64=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F40 is #0DB0BF. Grayscale: #7E7E7E. Windows color (decimal): -897216 or 4214770. OLE color: 4214770.

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

Color convert

RGB 242 79 64 -
CMYK 0 0.67 0.74 0.05
HSL 5.06º 0.87% 0.6% -
HSV(B) 5.06º 0.74% 0.95% -
XYZ 40.34 24.84 7.52 -
YUV 126.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 242 79 64 0 0.67 0.74 0.05 5.06 0.87 0.6
Hex F2 4F 40 0 43 4A 5 5 57 3C
Octal 362 117 100 0 103 112 5 5 127 74
Binary 11110010 1001111 1000000 0 1000011 1001010 101 101 1010111 111100

Color Harmonies of #F24F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F40

Black with #F24F40

Text Example


Text Example

White with #F24F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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