Html Css Color HEX #F13F0A Orange Red

📋 copy color: '#F13F0A'

red 241 ◦ green 63 ◦ blue 10

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

Shades of Orange Red #F13F0A

Tints of Orange Red #F13F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

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

R = 76.75%
G = 20.06%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F13F0A (or 0xF13F0A) is known color: Orange Red. HEX triplet: F1, 3F and 0A. RGB value is (241,63,10). Sum of RGB (Red+Green+Blue) = 241+63+10=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F0A is #0EC0F5. Grayscale: #6E6E6E. Windows color (decimal): -966902 or 671729. OLE color: 671729.

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

Color convert

RGB 241 63 10 -
CMYK 0 0.74 0.96 0.05
HSL 13.77º 0.92% 0.49% -
HSV(B) 13.77º 0.96% 0.95% -
XYZ 38.11 22.28 2.58 -
YUV 110.18 71.47 221.31 -
System Red Green Blue C M Y K H S L
Decimal 241 63 10 0 0.74 0.96 0.05 13.77 0.92 0.49
Hex F1 3F A 0 4A 60 5 E 5C 31
Octal 361 77 12 0 112 140 5 16 134 61
Binary 11110001 111111 1010 0 1001010 1100000 101 1110 1011100 110001

Color Harmonies of #F13F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F0A

Black with #F13F0A

Text Example


Text Example

White with #F13F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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