Html Css Color HEX #FA050B Torch Red

📋 copy color: '#FA050B'

red 250 ◦ green 5 ◦ blue 11

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

Shades of Torch Red #FA050B

Tints of Torch Red #FA050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 93.98%
G = 1.88%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA050B (or 0xFA050B) is known color: Torch Red. HEX triplet: FA, 05 and 0B. RGB value is (250,5,11). Sum of RGB (Red+Green+Blue) = 250+5+11=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA050B is #05FAF4. Grayscale: #4F4F4F. Windows color (decimal): -391925 or 722426. OLE color: 722426.

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

Color convert

RGB 250 5 11 -
CMYK 0 0.98 0.96 0.02
HSL 358.53º 0.96% 0.5% -
HSV(B) 358.53º 0.98% 0.98% -
XYZ 39.54 20.46 2.18 -
YUV 78.94 89.67 250.01 -
System Red Green Blue C M Y K H S L
Decimal 250 5 11 0 0.98 0.96 0.02 358.53 0.96 0.5
Hex FA 5 B 0 62 60 2 167 60 32
Octal 372 5 13 0 142 140 2 547 140 62
Binary 11111010 101 1011 0 1100010 1100000 10 101100111 1100000 110010

Color Harmonies of #FA050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA050B

Black with #FA050B

Text Example


Text Example

White with #FA050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA050B; }

 p { color: rgb(250,5,11); }

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

background-color css

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

 a { background-color: rgb(250,5,11); }

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

border-color css

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

 span { border-color: rgb(250,5,11); }

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