Html Css Color HEX #F24031 Red Orange

📋 copy color: '#F24031'

red 242 ◦ green 64 ◦ blue 49

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

Shades of Red Orange #F24031

Tints of Red Orange #F24031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 68.17%
G = 18.03%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F24031 (or 0xF24031) is known color: Red Orange. HEX triplet: F2, 40 and 31. RGB value is (242,64,49). Sum of RGB (Red+Green+Blue) = 242+64+49=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F24031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24031 is #0DBFCE. Grayscale: #737373. Windows color (decimal): -901071 or 3227890. OLE color: 3227890.

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

Color convert

RGB 242 64 49 -
CMYK 0 0.74 0.80 0.05
HSL 4.66º 0.88% 0.57% -
HSV(B) 4.66º 0.8% 0.95% -
XYZ 39.01 22.77 5.24 -
YUV 115.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 242 64 49 0 0.74 0.80 0.05 4.66 0.88 0.57
Hex F2 40 31 0 4A 50 5 5 58 39
Octal 362 100 61 0 112 120 5 5 130 71
Binary 11110010 1000000 110001 0 1001010 1010000 101 101 1011000 111001

Color Harmonies of #F24031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24031

Black with #F24031

Text Example


Text Example

White with #F24031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24031; }

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

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

background-color css

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

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

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

border-color css

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

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

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