Html Css Color HEX #F13F0B Orange Red

📋 copy color: '#F13F0B'

red 241 ◦ green 63 ◦ blue 11

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

Shades of Orange Red #F13F0B

Tints of Orange Red #F13F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 76.51%
G = 20%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F13F0B (or 0xF13F0B) is known color: Orange Red. HEX triplet: F1, 3F and 0B. RGB value is (241,63,11). Sum of RGB (Red+Green+Blue) = 241+63+11=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F0B is #0EC0F4. Grayscale: #6E6E6E. Windows color (decimal): -966901 or 737265. OLE color: 737265.

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

Color convert

RGB 241 63 11 -
CMYK 0 0.74 0.95 0.05
HSL 13.57º 0.91% 0.49% -
HSV(B) 13.57º 0.95% 0.95% -
XYZ 38.11 22.28 2.61 -
YUV 110.29 71.97 221.23 -
System Red Green Blue C M Y K H S L
Decimal 241 63 11 0 0.74 0.95 0.05 13.57 0.91 0.49
Hex F1 3F B 0 4A 5F 5 E 5B 31
Octal 361 77 13 0 112 137 5 16 133 61
Binary 11110001 111111 1011 0 1001010 1011111 101 1110 1011011 110001

Color Harmonies of #F13F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F0B

Black with #F13F0B

Text Example


Text Example

White with #F13F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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