Html Css Color HEX #F7023B Torch Red

📋 copy color: '#F7023B'

red 247 ◦ green 2 ◦ blue 59

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

Shades of Torch Red #F7023B

Tints of Torch Red #F7023B

RGB

 RED value IS 247 (96.88% from 255) = 80.19%

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

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

R = 80.19%
G = 0.65%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7023B (or 0xF7023B) is known color: Torch Red. HEX triplet: F7, 02 and 3B. RGB value is (247,2,59). Sum of RGB (Red+Green+Blue) = 247+2+59=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F7023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7023B is #08FDC4. Grayscale: #515151. Windows color (decimal): -589253 or 3867383. OLE color: 3867383.

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

Color convert

RGB 247 2 59 -
CMYK 0 0.99 0.76 0.03
HSL 346.04º 0.98% 0.49% -
HSV(B) 346.04º 0.99% 0.97% -
XYZ 39.17 20.13 5.96 -
YUV 81.75 115.17 245.87 -
System Red Green Blue C M Y K H S L
Decimal 247 2 59 0 0.99 0.76 0.03 346.04 0.98 0.49
Hex F7 2 3B 0 63 4C 3 15A 62 31
Octal 367 2 73 0 143 114 3 532 142 61
Binary 11110111 10 111011 0 1100011 1001100 11 101011010 1100010 110001

Color Harmonies of #F7023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7023B

Black with #F7023B

Text Example


Text Example

White with #F7023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7023B; }

 p { color: rgb(247,2,59); }

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

background-color css

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

 a { background-color: rgb(247,2,59); }

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

border-color css

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

 span { border-color: rgb(247,2,59); }

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