Html Css Color HEX #FA062E Torch Red

📋 copy color: '#FA062E'

red 250 ◦ green 6 ◦ blue 46

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

Shades of Torch Red #FA062E

Tints of Torch Red #FA062E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 82.78%
G = 1.99%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA062E (or 0xFA062E) is known color: Torch Red. HEX triplet: FA, 06 and 2E. RGB value is (250,6,46). Sum of RGB (Red+Green+Blue) = 250+6+46=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA062E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA062E is #05F9D1. Grayscale: #535353. Windows color (decimal): -391634 or 3016442. OLE color: 3016442.

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

Color convert

RGB 250 6 46 -
CMYK 0 0.98 0.82 0.02
HSL 350.16º 0.96% 0.5% -
HSV(B) 350.16º 0.98% 0.98% -
XYZ 39.98 20.65 4.46 -
YUV 83.52 106.84 246.75 -
System Red Green Blue C M Y K H S L
Decimal 250 6 46 0 0.98 0.82 0.02 350.16 0.96 0.5
Hex FA 6 2E 0 62 52 2 15E 60 32
Octal 372 6 56 0 142 122 2 536 140 62
Binary 11111010 110 101110 0 1100010 1010010 10 101011110 1100000 110010

Color Harmonies of #FA062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA062E

Black with #FA062E

Text Example


Text Example

White with #FA062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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