Html Css Color HEX #F24732 Red Orange

📋 copy color: '#F24732'

red 242 ◦ green 71 ◦ blue 50

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

Shades of Red Orange #F24732

Tints of Red Orange #F24732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 66.67%
G = 19.56%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24732 (or 0xF24732) is known color: Red Orange. HEX triplet: F2, 47 and 32. RGB value is (242,71,50). Sum of RGB (Red+Green+Blue) = 242+71+50=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F24732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24732 is #0DB8CD. Grayscale: #777777. Windows color (decimal): -899278 or 3295218. OLE color: 3295218.

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

Color convert

RGB 242 71 50 -
CMYK 0 0.71 0.79 0.05
HSL 6.56º 0.88% 0.57% -
HSV(B) 6.56º 0.79% 0.95% -
XYZ 39.45 23.61 5.5 -
YUV 119.74 88.65 215.21 -
System Red Green Blue C M Y K H S L
Decimal 242 71 50 0 0.71 0.79 0.05 6.56 0.88 0.57
Hex F2 47 32 0 47 4F 5 7 58 39
Octal 362 107 62 0 107 117 5 7 130 71
Binary 11110010 1000111 110010 0 1000111 1001111 101 111 1011000 111001

Color Harmonies of #F24732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24732

Black with #F24732

Text Example


Text Example

White with #F24732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24732; }

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

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

background-color css

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

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

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

border-color css

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

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

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