Html Css Color HEX #F2411E Red Orange

📋 copy color: '#F2411E'

red 242 ◦ green 65 ◦ blue 30

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

Shades of Red Orange #F2411E

Tints of Red Orange #F2411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 71.81%
G = 19.29%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2411E (or 0xF2411E) is known color: Red Orange. HEX triplet: F2, 41 and 1E. RGB value is (242,65,30). Sum of RGB (Red+Green+Blue) = 242+65+30=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2411E is #0DBEE1. Grayscale: #727272. Windows color (decimal): -900834 or 1982962. OLE color: 1982962.

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

Color convert

RGB 242 65 30 -
CMYK 0 0.73 0.88 0.05
HSL 9.91º 0.89% 0.53% -
HSV(B) 9.91º 0.88% 0.95% -
XYZ 38.74 22.75 3.58 -
YUV 113.93 80.64 219.35 -
System Red Green Blue C M Y K H S L
Decimal 242 65 30 0 0.73 0.88 0.05 9.91 0.89 0.53
Hex F2 41 1E 0 49 58 5 A 59 35
Octal 362 101 36 0 111 130 5 12 131 65
Binary 11110010 1000001 11110 0 1001001 1011000 101 1010 1011001 110101

Color Harmonies of #F2411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2411E

Black with #F2411E

Text Example


Text Example

White with #F2411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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