Html Css Color HEX #F2411F Red Orange

📋 copy color: '#F2411F'

red 242 ◦ green 65 ◦ blue 31

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

Shades of Red Orange #F2411F

Tints of Red Orange #F2411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 71.6%
G = 19.23%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2411F (or 0xF2411F) is known color: Red Orange. HEX triplet: F2, 41 and 1F. RGB value is (242,65,31). Sum of RGB (Red+Green+Blue) = 242+65+31=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2411F is #0DBEE0. Grayscale: #727272. Windows color (decimal): -900833 or 2048498. OLE color: 2048498.

HSL color Cylindrical-coordinate representation of color #F2411F: hue angle of 9.67º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2411F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 31 -
CMYK 0 0.73 0.87 0.05
HSL 9.67º 0.89% 0.54% -
HSV(B) 9.67º 0.87% 0.95% -
XYZ 38.76 22.76 3.65 -
YUV 114.05 81.14 219.26 -
System Red Green Blue C M Y K H S L
Decimal 242 65 31 0 0.73 0.87 0.05 9.67 0.89 0.54
Hex F2 41 1F 0 49 57 5 A 59 36
Octal 362 101 37 0 111 127 5 12 131 66
Binary 11110010 1000001 11111 0 1001001 1010111 101 1010 1011001 110110

Color Harmonies of #F2411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2411F

Black with #F2411F

Text Example


Text Example

White with #F2411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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