Html Css Color HEX #FA0830 Torch Red

📋 copy color: '#FA0830'

red 250 ◦ green 8 ◦ blue 48

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

Shades of Torch Red #FA0830

Tints of Torch Red #FA0830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 81.7%
G = 2.61%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA0830 (or 0xFA0830) is known color: Torch Red. HEX triplet: FA, 08 and 30. RGB value is (250,8,48). Sum of RGB (Red+Green+Blue) = 250+8+48=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0830 is #05F7CF. Grayscale: #555555. Windows color (decimal): -391120 or 3148026. OLE color: 3148026.

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

Color convert

RGB 250 8 48 -
CMYK 0 0.97 0.81 0.02
HSL 350.08º 0.96% 0.51% -
HSV(B) 350.08º 0.97% 0.98% -
XYZ 40.04 20.71 4.68 -
YUV 84.92 107.17 245.75 -
System Red Green Blue C M Y K H S L
Decimal 250 8 48 0 0.97 0.81 0.02 350.08 0.96 0.51
Hex FA 8 30 0 61 51 2 15E 60 33
Octal 372 10 60 0 141 121 2 536 140 63
Binary 11111010 1000 110000 0 1100001 1010001 10 101011110 1100000 110011

Color Harmonies of #FA0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0830

Black with #FA0830

Text Example


Text Example

White with #FA0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0830; }

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

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

background-color css

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

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

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

border-color css

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

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

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