Html Css Color HEX #F24331 Red Orange

📋 copy color: '#F24331'

red 242 ◦ green 67 ◦ blue 49

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

Shades of Red Orange #F24331

Tints of Red Orange #F24331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

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

R = 67.6%
G = 18.72%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F24331 (or 0xF24331) is known color: Red Orange. HEX triplet: F2, 43 and 31. RGB value is (242,67,49). Sum of RGB (Red+Green+Blue) = 242+67+49=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F24331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24331 is #0DBCCE. Grayscale: #757575. Windows color (decimal): -900303 or 3228658. OLE color: 3228658.

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

Color convert

RGB 242 67 49 -
CMYK 0 0.72 0.80 0.05
HSL 5.6º 0.88% 0.57% -
HSV(B) 5.6º 0.8% 0.95% -
XYZ 39.18 23.11 5.3 -
YUV 117.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 242 67 49 0 0.72 0.80 0.05 5.6 0.88 0.57
Hex F2 43 31 0 48 50 5 6 58 39
Octal 362 103 61 0 110 120 5 6 130 71
Binary 11110010 1000011 110001 0 1001000 1010000 101 110 1011000 111001

Color Harmonies of #F24331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24331

Black with #F24331

Text Example


Text Example

White with #F24331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24331; }

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

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

background-color css

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

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

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

border-color css

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

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

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