Html Css Color HEX #F5033C Torch Red

📋 copy color: '#F5033C'

red 245 ◦ green 3 ◦ blue 60

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

Shades of Torch Red #F5033C

Tints of Torch Red #F5033C

RGB

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

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

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

R = 79.55%
G = 0.97%
B = 19.48%

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

#F5033C (or 0xF5033C) is known color: Torch Red. HEX triplet: F5, 03 and 3C. RGB value is (245,3,60). Sum of RGB (Red+Green+Blue) = 245+3+60=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5033C is #0AFCC3. Grayscale: #515151. Windows color (decimal): -720068 or 3933173. OLE color: 3933173.

HSL color Cylindrical-coordinate representation of color #F5033C: hue angle of 345.87º 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 #F5033C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 60 -
CMYK 0 0.99 0.76 0.04
HSL 345.87º 0.98% 0.49% -
HSV(B) 345.87º 0.99% 0.96% -
XYZ 38.5 19.8 6.07 -
YUV 81.86 115.67 244.37 -
System Red Green Blue C M Y K H S L
Decimal 245 3 60 0 0.99 0.76 0.04 345.87 0.98 0.49
Hex F5 3 3C 0 63 4C 4 15A 62 31
Octal 365 3 74 0 143 114 4 532 142 61
Binary 11110101 11 111100 0 1100011 1001100 100 101011010 1100010 110001

Color Harmonies of #F5033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5033C

Black with #F5033C

Text Example


Text Example

White with #F5033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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