Html Css Color HEX #F1390E Orange Red

📋 copy color: '#F1390E'

red 241 ◦ green 57 ◦ blue 14

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

Shades of Orange Red #F1390E

Tints of Orange Red #F1390E

RGB

 RED value IS 241 (94.53% from 255) = 77.24%

 GREEN value IS 57 (22.66% from 255) = 18.27%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 77.24%
G = 18.27%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1390E (or 0xF1390E) is known color: Orange Red. HEX triplet: F1, 39 and 0E. RGB value is (241,57,14). Sum of RGB (Red+Green+Blue) = 241+57+14=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F1390E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1390E is #0EC6F1. Grayscale: #6B6B6B. Windows color (decimal): -968434 or 932337. OLE color: 932337.

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

Color convert

RGB 241 57 14 -
CMYK 0 0.76 0.94 0.05
HSL 11.37º 0.89% 0.5% -
HSV(B) 11.37º 0.94% 0.95% -
XYZ 37.82 21.66 2.6 -
YUV 107.11 75.46 223.5 -
System Red Green Blue C M Y K H S L
Decimal 241 57 14 0 0.76 0.94 0.05 11.37 0.89 0.5
Hex F1 39 E 0 4C 5E 5 B 59 32
Octal 361 71 16 0 114 136 5 13 131 62
Binary 11110001 111001 1110 0 1001100 1011110 101 1011 1011001 110010

Color Harmonies of #F1390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1390E

Black with #F1390E

Text Example


Text Example

White with #F1390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1390E; }

 p { color: rgb(241,57,14); }

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

background-color css

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

 a { background-color: rgb(241,57,14); }

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

border-color css

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

 span { border-color: rgb(241,57,14); }

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