Html Css Color HEX #F7033A Torch Red

📋 copy color: '#F7033A'

red 247 ◦ green 3 ◦ blue 58

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

Shades of Torch Red #F7033A

Tints of Torch Red #F7033A

RGB

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

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

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

R = 80.19%
G = 0.97%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7033A (or 0xF7033A) is known color: Torch Red. HEX triplet: F7, 03 and 3A. RGB value is (247,3,58). Sum of RGB (Red+Green+Blue) = 247+3+58=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F7033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7033A is #08FCC5. Grayscale: #525252. Windows color (decimal): -588998 or 3802103. OLE color: 3802103.

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

Color convert

RGB 247 3 58 -
CMYK 0 0.99 0.77 0.03
HSL 346.48º 0.98% 0.49% -
HSV(B) 346.48º 0.99% 0.97% -
XYZ 39.15 20.14 5.83 -
YUV 82.23 114.34 245.53 -
System Red Green Blue C M Y K H S L
Decimal 247 3 58 0 0.99 0.77 0.03 346.48 0.98 0.49
Hex F7 3 3A 0 63 4D 3 15A 62 31
Octal 367 3 72 0 143 115 3 532 142 61
Binary 11110111 11 111010 0 1100011 1001101 11 101011010 1100010 110001

Color Harmonies of #F7033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7033A

Black with #F7033A

Text Example


Text Example

White with #F7033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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