Html Css Color HEX #FA062B Torch Red

📋 copy color: '#FA062B'

red 250 ◦ green 6 ◦ blue 43

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

Shades of Torch Red #FA062B

Tints of Torch Red #FA062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 83.61%
G = 2.01%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA062B (or 0xFA062B) is known color: Torch Red. HEX triplet: FA, 06 and 2B. RGB value is (250,6,43). Sum of RGB (Red+Green+Blue) = 250+6+43=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA062B is #05F9D4. Grayscale: #535353. Windows color (decimal): -391637 or 2819834. OLE color: 2819834.

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

Color convert

RGB 250 6 43 -
CMYK 0 0.98 0.83 0.02
HSL 350.9º 0.96% 0.5% -
HSV(B) 350.9º 0.98% 0.98% -
XYZ 39.93 20.63 4.16 -
YUV 83.17 105.34 246.99 -
System Red Green Blue C M Y K H S L
Decimal 250 6 43 0 0.98 0.83 0.02 350.9 0.96 0.5
Hex FA 6 2B 0 62 53 2 15F 60 32
Octal 372 6 53 0 142 123 2 537 140 62
Binary 11111010 110 101011 0 1100010 1010011 10 101011111 1100000 110010

Color Harmonies of #FA062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA062B

Black with #FA062B

Text Example


Text Example

White with #FA062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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