Html Css Color HEX #F5030C Torch Red

📋 copy color: '#F5030C'

red 245 ◦ green 3 ◦ blue 12

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

Shades of Torch Red #F5030C

Tints of Torch Red #F5030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 94.23%
G = 1.15%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5030C (or 0xF5030C) is known color: Torch Red. HEX triplet: F5, 03 and 0C. RGB value is (245,3,12). Sum of RGB (Red+Green+Blue) = 245+3+12=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F5030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5030C is #0AFCF3. Grayscale: #4C4C4C. Windows color (decimal): -720116 or 787445. OLE color: 787445.

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

Color convert

RGB 245 3 12 -
CMYK 0 0.99 0.95 0.04
HSL 357.77º 0.98% 0.49% -
HSV(B) 357.77º 0.99% 0.96% -
XYZ 37.76 19.5 2.12 -
YUV 76.38 91.67 248.27 -
System Red Green Blue C M Y K H S L
Decimal 245 3 12 0 0.99 0.95 0.04 357.77 0.98 0.49
Hex F5 3 C 0 63 5F 4 166 62 31
Octal 365 3 14 0 143 137 4 546 142 61
Binary 11110101 11 1100 0 1100011 1011111 100 101100110 1100010 110001

Color Harmonies of #F5030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5030C

Black with #F5030C

Text Example


Text Example

White with #F5030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5030C; }

 p { color: rgb(245,3,12); }

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

background-color css

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

 a { background-color: rgb(245,3,12); }

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

border-color css

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

 span { border-color: rgb(245,3,12); }

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