Html Css Color HEX #F24231 Red Orange

📋 copy color: '#F24231'

red 242 ◦ green 66 ◦ blue 49

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

Shades of Red Orange #F24231

Tints of Red Orange #F24231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

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

R = 67.79%
G = 18.49%
B = 13.73%

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

#F24231 (or 0xF24231) is known color: Red Orange. HEX triplet: F2, 42 and 31. RGB value is (242,66,49). Sum of RGB (Red+Green+Blue) = 242+66+49=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F24231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24231 is #0DBDCE. Grayscale: #747474. Windows color (decimal): -900559 or 3228402. OLE color: 3228402.

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

Color convert

RGB 242 66 49 -
CMYK 0 0.73 0.80 0.05
HSL 5.28º 0.88% 0.57% -
HSV(B) 5.28º 0.8% 0.95% -
XYZ 39.12 23 5.28 -
YUV 116.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 242 66 49 0 0.73 0.80 0.05 5.28 0.88 0.57
Hex F2 42 31 0 49 50 5 5 58 39
Octal 362 102 61 0 111 120 5 5 130 71
Binary 11110010 1000010 110001 0 1001001 1010000 101 101 1011000 111001

Color Harmonies of #F24231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24231

Black with #F24231

Text Example


Text Example

White with #F24231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24231; }

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

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

background-color css

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

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

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

border-color css

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

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

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