Html Css Color HEX #FA050F Torch Red

📋 copy color: '#FA050F'

red 250 ◦ green 5 ◦ blue 15

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

Shades of Torch Red #FA050F

Tints of Torch Red #FA050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 92.59%
G = 1.85%
B = 5.56%

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

#FA050F (or 0xFA050F) is known color: Torch Red. HEX triplet: FA, 05 and 0F. RGB value is (250,5,15). Sum of RGB (Red+Green+Blue) = 250+5+15=270 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.59% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 250 - color contains mainly: red. Hex color #FA050F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA050F is #05FAF0. Grayscale: #4F4F4F. Windows color (decimal): -391921 or 984570. OLE color: 984570.

HSL color Cylindrical-coordinate representation of color #FA050F: hue angle of 357.55º 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 #FA050F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 5 15 -
CMYK 0 0.98 0.94 0.02
HSL 357.55º 0.96% 0.5% -
HSV(B) 357.55º 0.98% 0.98% -
XYZ 39.56 20.47 2.32 -
YUV 79.4 91.67 249.69 -
System Red Green Blue C M Y K H S L
Decimal 250 5 15 0 0.98 0.94 0.02 357.55 0.96 0.5
Hex FA 5 F 0 62 5E 2 166 60 32
Octal 372 5 17 0 142 136 2 546 140 62
Binary 11111010 101 1111 0 1100010 1011110 10 101100110 1100000 110010

Color Harmonies of #FA050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA050F

Black with #FA050F

Text Example


Text Example

White with #FA050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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