Html Css Color HEX #F7030A Torch Red

📋 copy color: '#F7030A'

red 247 ◦ green 3 ◦ blue 10

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

Shades of Torch Red #F7030A

Tints of Torch Red #F7030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 95%
G = 1.15%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7030A (or 0xF7030A) is known color: Torch Red. HEX triplet: F7, 03 and 0A. RGB value is (247,3,10). Sum of RGB (Red+Green+Blue) = 247+3+10=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F7030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7030A is #08FCF5. Grayscale: #4C4C4C. Windows color (decimal): -589046 or 656375. OLE color: 656375.

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

Color convert

RGB 247 3 10 -
CMYK 0 0.99 0.96 0.03
HSL 358.28º 0.98% 0.49% -
HSV(B) 358.28º 0.99% 0.97% -
XYZ 38.45 19.86 2.09 -
YUV 76.75 90.34 249.43 -
System Red Green Blue C M Y K H S L
Decimal 247 3 10 0 0.99 0.96 0.03 358.28 0.98 0.49
Hex F7 3 A 0 63 60 3 166 62 31
Octal 367 3 12 0 143 140 3 546 142 61
Binary 11110111 11 1010 0 1100011 1100000 11 101100110 1100010 110001

Color Harmonies of #F7030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7030A

Black with #F7030A

Text Example


Text Example

White with #F7030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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