Html Css Color HEX #F5033B Torch Red

📋 copy color: '#F5033B'

red 245 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #F5033B

Tints of Torch Red #F5033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 79.8%
G = 0.98%
B = 19.22%

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

#F5033B (or 0xF5033B) is known color: Torch Red. HEX triplet: F5, 03 and 3B. RGB value is (245,3,59). Sum of RGB (Red+Green+Blue) = 245+3+59=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5033B is #0AFCC4. Grayscale: #515151. Windows color (decimal): -720069 or 3867637. OLE color: 3867637.

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

Color convert

RGB 245 3 59 -
CMYK 0 0.99 0.76 0.04
HSL 346.12º 0.98% 0.49% -
HSV(B) 346.12º 0.99% 0.96% -
XYZ 38.48 19.79 5.93 -
YUV 81.74 115.17 244.45 -
System Red Green Blue C M Y K H S L
Decimal 245 3 59 0 0.99 0.76 0.04 346.12 0.98 0.49
Hex F5 3 3B 0 63 4C 4 15A 62 31
Octal 365 3 73 0 143 114 4 532 142 61
Binary 11110101 11 111011 0 1100011 1001100 100 101011010 1100010 110001

Color Harmonies of #F5033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5033B

Black with #F5033B

Text Example


Text Example

White with #F5033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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