Html Css Color HEX #FA060F Torch Red

📋 copy color: '#FA060F'

red 250 ◦ green 6 ◦ blue 15

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

Shades of Torch Red #FA060F

Tints of Torch Red #FA060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 92.25%
G = 2.21%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA060F (or 0xFA060F) is known color: Torch Red. HEX triplet: FA, 06 and 0F. RGB value is (250,6,15). Sum of RGB (Red+Green+Blue) = 250+6+15=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA060F is #05F9F0. Grayscale: #505050. Windows color (decimal): -391665 or 984826. OLE color: 984826.

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

Color convert

RGB 250 6 15 -
CMYK 0 0.98 0.94 0.02
HSL 357.79º 0.96% 0.5% -
HSV(B) 357.79º 0.98% 0.98% -
XYZ 39.58 20.49 2.32 -
YUV 79.98 91.34 249.27 -
System Red Green Blue C M Y K H S L
Decimal 250 6 15 0 0.98 0.94 0.02 357.79 0.96 0.5
Hex FA 6 F 0 62 5E 2 166 60 32
Octal 372 6 17 0 142 136 2 546 140 62
Binary 11111010 110 1111 0 1100010 1011110 10 101100110 1100000 110010

Color Harmonies of #FA060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA060F

Black with #FA060F

Text Example


Text Example

White with #FA060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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