Html Css Color HEX #F7040B Torch Red

📋 copy color: '#F7040B'

red 247 ◦ green 4 ◦ blue 11

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

Shades of Torch Red #F7040B

Tints of Torch Red #F7040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 94.27%
G = 1.53%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7040B (or 0xF7040B) is known color: Torch Red. HEX triplet: F7, 04 and 0B. RGB value is (247,4,11). Sum of RGB (Red+Green+Blue) = 247+4+11=262 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.27% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 247 - color contains mainly: red. Hex color #F7040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7040B is #08FBF4. Grayscale: #4D4D4D. Windows color (decimal): -588789 or 722167. OLE color: 722167.

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

Color convert

RGB 247 4 11 -
CMYK 0 0.98 0.96 0.03
HSL 358.27º 0.97% 0.49% -
HSV(B) 358.27º 0.98% 0.97% -
XYZ 38.46 19.89 2.13 -
YUV 77.46 90.51 248.93 -
System Red Green Blue C M Y K H S L
Decimal 247 4 11 0 0.98 0.96 0.03 358.27 0.97 0.49
Hex F7 4 B 0 62 60 3 166 61 31
Octal 367 4 13 0 142 140 3 546 141 61
Binary 11110111 100 1011 0 1100010 1100000 11 101100110 1100001 110001

Color Harmonies of #F7040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7040B

Black with #F7040B

Text Example


Text Example

White with #F7040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7040B; }

 p { color: rgb(247,4,11); }

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

background-color css

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

 a { background-color: rgb(247,4,11); }

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

border-color css

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

 span { border-color: rgb(247,4,11); }

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