Html Css Color HEX #FA0306 Torch Red

📋 copy color: '#FA0306'

red 250 ◦ green 3 ◦ blue 6

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

Shades of Torch Red #FA0306

Tints of Torch Red #FA0306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 96.53%
G = 1.16%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0306 (or 0xFA0306) is known color: Torch Red. HEX triplet: FA, 03 and 06. RGB value is (250,3,6). Sum of RGB (Red+Green+Blue) = 250+3+6=259 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.53% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0306 is #05FCF9. Grayscale: #4D4D4D. Windows color (decimal): -392442 or 394234. OLE color: 394234.

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

Color convert

RGB 250 3 6 -
CMYK 0 0.99 0.98 0.02
HSL 359.27º 0.98% 0.5% -
HSV(B) 359.27º 0.99% 0.98% -
XYZ 39.49 20.4 2.03 -
YUV 77.2 87.83 251.26 -
System Red Green Blue C M Y K H S L
Decimal 250 3 6 0 0.99 0.98 0.02 359.27 0.98 0.5
Hex FA 3 6 0 63 62 2 167 62 32
Octal 372 3 6 0 143 142 2 547 142 62
Binary 11111010 11 110 0 1100011 1100010 10 101100111 1100010 110010

Color Harmonies of #FA0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0306

Black with #FA0306

Text Example


Text Example

White with #FA0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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