Html Css Color HEX #F24131 Red Orange

📋 copy color: '#F24131'

red 242 ◦ green 65 ◦ blue 49

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

Shades of Red Orange #F24131

Tints of Red Orange #F24131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 67.98%
G = 18.26%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F24131 (or 0xF24131) is known color: Red Orange. HEX triplet: F2, 41 and 31. RGB value is (242,65,49). Sum of RGB (Red+Green+Blue) = 242+65+49=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F24131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24131 is #0DBECE. Grayscale: #747474. Windows color (decimal): -900815 or 3228146. OLE color: 3228146.

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

Color convert

RGB 242 65 49 -
CMYK 0 0.73 0.80 0.05
HSL 4.97º 0.88% 0.57% -
HSV(B) 4.97º 0.8% 0.95% -
XYZ 39.06 22.88 5.26 -
YUV 116.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 242 65 49 0 0.73 0.80 0.05 4.97 0.88 0.57
Hex F2 41 31 0 49 50 5 5 58 39
Octal 362 101 61 0 111 120 5 5 130 71
Binary 11110010 1000001 110001 0 1001001 1010000 101 101 1011000 111001

Color Harmonies of #F24131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24131

Black with #F24131

Text Example


Text Example

White with #F24131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24131; }

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

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

background-color css

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

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

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

border-color css

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

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

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