Html Css Color HEX #F7030C Torch Red

📋 copy color: '#F7030C'

red 247 ◦ green 3 ◦ blue 12

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

Shades of Torch Red #F7030C

Tints of Torch Red #F7030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 94.27%
G = 1.15%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7030C (or 0xF7030C) is known color: Torch Red. HEX triplet: F7, 03 and 0C. RGB value is (247,3,12). Sum of RGB (Red+Green+Blue) = 247+3+12=262 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.27% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 247 - color contains mainly: red. Hex color #F7030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7030C is #08FCF3. Grayscale: #4D4D4D. Windows color (decimal): -589044 or 787447. OLE color: 787447.

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

Color convert

RGB 247 3 12 -
CMYK 0 0.99 0.95 0.03
HSL 357.79º 0.98% 0.49% -
HSV(B) 357.79º 0.99% 0.97% -
XYZ 38.46 19.87 2.16 -
YUV 76.98 91.34 249.27 -
System Red Green Blue C M Y K H S L
Decimal 247 3 12 0 0.99 0.95 0.03 357.79 0.98 0.49
Hex F7 3 C 0 63 5F 3 166 62 31
Octal 367 3 14 0 143 137 3 546 142 61
Binary 11110111 11 1100 0 1100011 1011111 11 101100110 1100010 110001

Color Harmonies of #F7030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7030C

Black with #F7030C

Text Example


Text Example

White with #F7030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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