Html Css Color HEX #FA0834 Torch Red

📋 copy color: '#FA0834'

red 250 ◦ green 8 ◦ blue 52

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

Shades of Torch Red #FA0834

Tints of Torch Red #FA0834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 80.65%
G = 2.58%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA0834 (or 0xFA0834) is known color: Torch Red. HEX triplet: FA, 08 and 34. RGB value is (250,8,52). Sum of RGB (Red+Green+Blue) = 250+8+52=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0834 is #05F7CB. Grayscale: #555555. Windows color (decimal): -391116 or 3410170. OLE color: 3410170.

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

Color convert

RGB 250 8 52 -
CMYK 0 0.97 0.79 0.02
HSL 349.09º 0.96% 0.51% -
HSV(B) 349.09º 0.97% 0.98% -
XYZ 40.13 20.75 5.14 -
YUV 85.37 109.17 245.42 -
System Red Green Blue C M Y K H S L
Decimal 250 8 52 0 0.97 0.79 0.02 349.09 0.96 0.51
Hex FA 8 34 0 61 4F 2 15D 60 33
Octal 372 10 64 0 141 117 2 535 140 63
Binary 11111010 1000 110100 0 1100001 1001111 10 101011101 1100000 110011

Color Harmonies of #FA0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0834

Black with #FA0834

Text Example


Text Example

White with #FA0834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0834; }

 p { color: rgb(250,8,52); }

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

background-color css

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

 a { background-color: rgb(250,8,52); }

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

border-color css

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

 span { border-color: rgb(250,8,52); }

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