Html Css Color HEX #F24F32 Sunset Orange

📋 copy color: '#F24F32'

red 242 ◦ green 79 ◦ blue 50

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

Shades of Sunset Orange #F24F32

Tints of Sunset Orange #F24F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 65.23%
G = 21.29%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24F32 (or 0xF24F32) is known color: Sunset Orange. HEX triplet: F2, 4F and 32. RGB value is (242,79,50). Sum of RGB (Red+Green+Blue) = 242+79+50=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F32 is #0DB0CD. Grayscale: #7C7C7C. Windows color (decimal): -897230 or 3297266. OLE color: 3297266.

HSL color Cylindrical-coordinate representation of color #F24F32: hue angle of 9.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24F32 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 50 -
CMYK 0 0.67 0.79 0.05
HSL 9.06º 0.88% 0.57% -
HSV(B) 9.06º 0.79% 0.95% -
XYZ 39.99 24.7 5.68 -
YUV 124.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 242 79 50 0 0.67 0.79 0.05 9.06 0.88 0.57
Hex F2 4F 32 0 43 4F 5 9 58 39
Octal 362 117 62 0 103 117 5 11 130 71
Binary 11110010 1001111 110010 0 1000011 1001111 101 1001 1011000 111001

Color Harmonies of #F24F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F32

Black with #F24F32

Text Example


Text Example

White with #F24F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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