Html Css Color HEX #F5023C Torch Red

📋 copy color: '#F5023C'

red 245 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #F5023C

Tints of Torch Red #F5023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 79.8%
G = 0.65%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5023C (or 0xF5023C) is known color: Torch Red. HEX triplet: F5, 02 and 3C. RGB value is (245,2,60). Sum of RGB (Red+Green+Blue) = 245+2+60=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5023C is #0AFDC3. Grayscale: #515151. Windows color (decimal): -720324 or 3932917. OLE color: 3932917.

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

Color convert

RGB 245 2 60 -
CMYK 0 0.99 0.76 0.04
HSL 345.68º 0.98% 0.48% -
HSV(B) 345.68º 0.99% 0.96% -
XYZ 38.49 19.78 6.06 -
YUV 81.27 116.01 244.78 -
System Red Green Blue C M Y K H S L
Decimal 245 2 60 0 0.99 0.76 0.04 345.68 0.98 0.48
Hex F5 2 3C 0 63 4C 4 15A 62 30
Octal 365 2 74 0 143 114 4 532 142 60
Binary 11110101 10 111100 0 1100011 1001100 100 101011010 1100010 110000

Color Harmonies of #F5023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5023C

Black with #F5023C

Text Example


Text Example

White with #F5023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5023C; }

 p { color: rgb(245,2,60); }

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

background-color css

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

 a { background-color: rgb(245,2,60); }

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

border-color css

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

 span { border-color: rgb(245,2,60); }

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