Html Css Color HEX #FA070F Torch Red

📋 copy color: '#FA070F'

red 250 ◦ green 7 ◦ blue 15

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

Shades of Torch Red #FA070F

Tints of Torch Red #FA070F

RGB

 RED value IS 250 (98.05% from 255) = 91.91%

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 91.91%
G = 2.57%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA070F (or 0xFA070F) is known color: Torch Red. HEX triplet: FA, 07 and 0F. RGB value is (250,7,15). Sum of RGB (Red+Green+Blue) = 250+7+15=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA070F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA070F is #05F8F0. Grayscale: #505050. Windows color (decimal): -391409 or 985082. OLE color: 985082.

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

Color convert

RGB 250 7 15 -
CMYK 0 0.97 0.94 0.02
HSL 358.02º 0.96% 0.5% -
HSV(B) 358.02º 0.97% 0.98% -
XYZ 39.59 20.51 2.32 -
YUV 80.57 91.01 248.85 -
System Red Green Blue C M Y K H S L
Decimal 250 7 15 0 0.97 0.94 0.02 358.02 0.96 0.5
Hex FA 7 F 0 61 5E 2 166 60 32
Octal 372 7 17 0 141 136 2 546 140 62
Binary 11111010 111 1111 0 1100001 1011110 10 101100110 1100000 110010

Color Harmonies of #FA070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA070F

Black with #FA070F

Text Example


Text Example

White with #FA070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA070F; }

 p { color: rgb(250,7,15); }

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

background-color css

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

 a { background-color: rgb(250,7,15); }

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

border-color css

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

 span { border-color: rgb(250,7,15); }

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