Html Css Color HEX #F13F0E Orange Red

📋 copy color: '#F13F0E'

red 241 ◦ green 63 ◦ blue 14

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

Shades of Orange Red #F13F0E

Tints of Orange Red #F13F0E

RGB

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

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

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

R = 75.79%
G = 19.81%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F13F0E (or 0xF13F0E) is known color: Orange Red. HEX triplet: F1, 3F and 0E. RGB value is (241,63,14). Sum of RGB (Red+Green+Blue) = 241+63+14=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F0E is #0EC0F1. Grayscale: #6F6F6F. Windows color (decimal): -966898 or 933873. OLE color: 933873.

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

Color convert

RGB 241 63 14 -
CMYK 0 0.74 0.94 0.05
HSL 12.95º 0.89% 0.5% -
HSV(B) 12.95º 0.94% 0.95% -
XYZ 38.13 22.29 2.71 -
YUV 110.64 73.47 220.98 -
System Red Green Blue C M Y K H S L
Decimal 241 63 14 0 0.74 0.94 0.05 12.95 0.89 0.5
Hex F1 3F E 0 4A 5E 5 D 59 32
Octal 361 77 16 0 112 136 5 15 131 62
Binary 11110001 111111 1110 0 1001010 1011110 101 1101 1011001 110010

Color Harmonies of #F13F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F0E

Black with #F13F0E

Text Example


Text Example

White with #F13F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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