Html Css Color HEX #F5033A Torch Red

📋 copy color: '#F5033A'

red 245 ◦ green 3 ◦ blue 58

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

Shades of Torch Red #F5033A

Tints of Torch Red #F5033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 80.07%
G = 0.98%
B = 18.95%

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

#F5033A (or 0xF5033A) is known color: Torch Red. HEX triplet: F5, 03 and 3A. RGB value is (245,3,58). Sum of RGB (Red+Green+Blue) = 245+3+58=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5033A is #0AFCC5. Grayscale: #515151. Windows color (decimal): -720070 or 3802101. OLE color: 3802101.

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

Color convert

RGB 245 3 58 -
CMYK 0 0.99 0.76 0.04
HSL 346.36º 0.98% 0.49% -
HSV(B) 346.36º 0.99% 0.96% -
XYZ 38.45 19.78 5.79 -
YUV 81.63 114.67 244.53 -
System Red Green Blue C M Y K H S L
Decimal 245 3 58 0 0.99 0.76 0.04 346.36 0.98 0.49
Hex F5 3 3A 0 63 4C 4 15A 62 31
Octal 365 3 72 0 143 114 4 532 142 61
Binary 11110101 11 111010 0 1100011 1001100 100 101011010 1100010 110001

Color Harmonies of #F5033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5033A

Black with #F5033A

Text Example


Text Example

White with #F5033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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