Html Css Color HEX #F1390A Orange Red

📋 copy color: '#F1390A'

red 241 ◦ green 57 ◦ blue 10

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

Shades of Orange Red #F1390A

Tints of Orange Red #F1390A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 78.25%
G = 18.51%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1390A (or 0xF1390A) is known color: Orange Red. HEX triplet: F1, 39 and 0A. RGB value is (241,57,10). Sum of RGB (Red+Green+Blue) = 241+57+10=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1390A is #0EC6F5. Grayscale: #6B6B6B. Windows color (decimal): -968438 or 670193. OLE color: 670193.

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

Color convert

RGB 241 57 10 -
CMYK 0 0.76 0.96 0.05
HSL 12.21º 0.92% 0.49% -
HSV(B) 12.21º 0.96% 0.95% -
XYZ 37.79 21.65 2.47 -
YUV 106.66 73.46 223.82 -
System Red Green Blue C M Y K H S L
Decimal 241 57 10 0 0.76 0.96 0.05 12.21 0.92 0.49
Hex F1 39 A 0 4C 60 5 C 5C 31
Octal 361 71 12 0 114 140 5 14 134 61
Binary 11110001 111001 1010 0 1001100 1100000 101 1100 1011100 110001

Color Harmonies of #F1390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1390A

Black with #F1390A

Text Example


Text Example

White with #F1390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1390A; }

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

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

background-color css

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

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

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

border-color css

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

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

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