Html Css Color HEX #F13706 Orange Red

📋 copy color: '#F13706'

red 241 ◦ green 55 ◦ blue 6

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

Shades of Orange Red #F13706

Tints of Orange Red #F13706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 79.8%
G = 18.21%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13706 (or 0xF13706) is known color: Orange Red. HEX triplet: F1, 37 and 06. RGB value is (241,55,6). Sum of RGB (Red+Green+Blue) = 241+55+6=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F13706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13706 is #0EC8F9. Grayscale: #696969. Windows color (decimal): -968954 or 407537. OLE color: 407537.

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

Color convert

RGB 241 55 6 -
CMYK 0 0.77 0.98 0.05
HSL 12.51º 0.95% 0.48% -
HSV(B) 12.51º 0.98% 0.95% -
XYZ 37.67 21.45 2.33 -
YUV 105.03 72.12 224.98 -
System Red Green Blue C M Y K H S L
Decimal 241 55 6 0 0.77 0.98 0.05 12.51 0.95 0.48
Hex F1 37 6 0 4D 62 5 D 5F 30
Octal 361 67 6 0 115 142 5 15 137 60
Binary 11110001 110111 110 0 1001101 1100010 101 1101 1011111 110000

Color Harmonies of #F13706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13706

Black with #F13706

Text Example


Text Example

White with #F13706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13706; }

 p { color: rgb(241,55,6); }

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

background-color css

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

 a { background-color: rgb(241,55,6); }

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

border-color css

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

 span { border-color: rgb(241,55,6); }

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