Html Css Color HEX #F13606 Orange Red

📋 copy color: '#F13606'

red 241 ◦ green 54 ◦ blue 6

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

Shades of Orange Red #F13606

Tints of Orange Red #F13606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 80.07%
G = 17.94%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13606 (or 0xF13606) is known color: Orange Red. HEX triplet: F1, 36 and 06. RGB value is (241,54,6). Sum of RGB (Red+Green+Blue) = 241+54+6=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F13606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13606 is #0EC9F9. Grayscale: #686868. Windows color (decimal): -969210 or 407281. OLE color: 407281.

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

Color convert

RGB 241 54 6 -
CMYK 0 0.78 0.98 0.05
HSL 12.26º 0.95% 0.48% -
HSV(B) 12.26º 0.98% 0.95% -
XYZ 37.63 21.35 2.31 -
YUV 104.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 241 54 6 0 0.78 0.98 0.05 12.26 0.95 0.48
Hex F1 36 6 0 4E 62 5 C 5F 30
Octal 361 66 6 0 116 142 5 14 137 60
Binary 11110001 110110 110 0 1001110 1100010 101 1100 1011111 110000

Color Harmonies of #F13606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13606

Black with #F13606

Text Example


Text Example

White with #F13606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13606; }

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

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

background-color css

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

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

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

border-color css

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

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

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