Html Css Color HEX #F5010D Torch Red

📋 copy color: '#F5010D'

red 245 ◦ green 1 ◦ blue 13

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

Shades of Torch Red #F5010D

Tints of Torch Red #F5010D

RGB

 RED value IS 245 (96.09% from 255) = 94.59%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 94.59%
G = 0.39%
B = 5.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5010D (or 0xF5010D) is known color: Torch Red. HEX triplet: F5, 01 and 0D. RGB value is (245,1,13). Sum of RGB (Red+Green+Blue) = 245+1+13=259 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.59% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 245 - color contains mainly: red. Hex color #F5010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5010D is #0AFEF2. Grayscale: #4B4B4B. Windows color (decimal): -720627 or 852469. OLE color: 852469.

HSL color Cylindrical-coordinate representation of color #F5010D: hue angle of 357.05º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5010D is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 13 -
CMYK 0 1.00 0.95 0.04
HSL 357.05º 0.99% 0.48% -
HSV(B) 357.05º 1% 0.96% -
XYZ 37.74 19.46 2.15 -
YUV 75.32 92.84 249.02 -
System Red Green Blue C M Y K H S L
Decimal 245 1 13 0 1.00 0.95 0.04 357.05 0.99 0.48
Hex F5 1 D 0 64 5F 4 165 63 30
Octal 365 1 15 0 144 137 4 545 143 60
Binary 11110101 1 1101 0 1100100 1011111 100 101100101 1100011 110000

Color Harmonies of #F5010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5010D

Black with #F5010D

Text Example


Text Example

White with #F5010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5010D; }

 p { color: rgb(245,1,13); }

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

background-color css

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

 a { background-color: rgb(245,1,13); }

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

border-color css

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

 span { border-color: rgb(245,1,13); }

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