Html Css Color HEX #FA000C Torch Red

📋 copy color: '#FA000C'

red 250 ◦ green 0 ◦ blue 12

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

Shades of Torch Red #FA000C

Tints of Torch Red #FA000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 95.42%
G = 0%
B = 4.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA000C (or 0xFA000C) is known color: Torch Red. HEX triplet: FA, 00 and 0C. RGB value is (250,0,12). Sum of RGB (Red+Green+Blue) = 250+0+12=262 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.42% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 250 - color contains mainly: red. Hex color #FA000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA000C is #05FFF3. Grayscale: #4C4C4C. Windows color (decimal): -393204 or 786682. OLE color: 786682.

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

Color convert

RGB 250 0 12 -
CMYK 0 1 0.95 0.02
HSL 357.12º 1% 0.49% -
HSV(B) 357.12º 1% 0.98% -
XYZ 39.49 20.35 2.19 -
YUV 76.12 91.83 252.02 -
System Red Green Blue C M Y K H S L
Decimal 250 0 12 0 1 0.95 0.02 357.12 1 0.49
Hex FA 0 C 0 64 5F 2 165 64 31
Octal 372 0 14 0 144 137 2 545 144 61
Binary 11111010 0 1100 0 1100100 1011111 10 101100101 1100100 110001

Color Harmonies of #FA000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA000C

Black with #FA000C

Text Example


Text Example

White with #FA000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA000C; }

 p { color: rgb(250,0,12); }

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

background-color css

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

 a { background-color: rgb(250,0,12); }

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

border-color css

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

 span { border-color: rgb(250,0,12); }

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