Html Css Color HEX #F5022E Torch Red

📋 copy color: '#F5022E'

red 245 ◦ green 2 ◦ blue 46

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

Shades of Torch Red #F5022E

Tints of Torch Red #F5022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 83.62%
G = 0.68%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5022E (or 0xF5022E) is known color: Torch Red. HEX triplet: F5, 02 and 2E. RGB value is (245,2,46). Sum of RGB (Red+Green+Blue) = 245+2+46=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F5022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5022E is #0AFDD1. Grayscale: #4F4F4F. Windows color (decimal): -720338 or 3015413. OLE color: 3015413.

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

Color convert

RGB 245 2 46 -
CMYK 0 0.99 0.81 0.04
HSL 349.14º 0.98% 0.48% -
HSV(B) 349.14º 0.99% 0.96% -
XYZ 38.17 19.65 4.37 -
YUV 79.67 109.01 245.92 -
System Red Green Blue C M Y K H S L
Decimal 245 2 46 0 0.99 0.81 0.04 349.14 0.98 0.48
Hex F5 2 2E 0 63 51 4 15D 62 30
Octal 365 2 56 0 143 121 4 535 142 60
Binary 11110101 10 101110 0 1100011 1010001 100 101011101 1100010 110000

Color Harmonies of #F5022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5022E

Black with #F5022E

Text Example


Text Example

White with #F5022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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