Html Css Color HEX #FA052F Torch Red

📋 copy color: '#FA052F'

red 250 ◦ green 5 ◦ blue 47

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

Shades of Torch Red #FA052F

Tints of Torch Red #FA052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 82.78%
G = 1.66%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA052F (or 0xFA052F) is known color: Torch Red. HEX triplet: FA, 05 and 2F. RGB value is (250,5,47). Sum of RGB (Red+Green+Blue) = 250+5+47=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA052F is #05FAD0. Grayscale: #535353. Windows color (decimal): -391889 or 3081722. OLE color: 3081722.

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

Color convert

RGB 250 5 47 -
CMYK 0 0.98 0.81 0.02
HSL 349.71º 0.96% 0.5% -
HSV(B) 349.71º 0.98% 0.98% -
XYZ 39.99 20.64 4.57 -
YUV 83.04 107.67 247.08 -
System Red Green Blue C M Y K H S L
Decimal 250 5 47 0 0.98 0.81 0.02 349.71 0.96 0.5
Hex FA 5 2F 0 62 51 2 15E 60 32
Octal 372 5 57 0 142 121 2 536 140 62
Binary 11111010 101 101111 0 1100010 1010001 10 101011110 1100000 110010

Color Harmonies of #FA052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA052F

Black with #FA052F

Text Example


Text Example

White with #FA052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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