Html Css Color HEX #FA030F Torch Red

📋 copy color: '#FA030F'

red 250 ◦ green 3 ◦ blue 15

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

Shades of Torch Red #FA030F

Tints of Torch Red #FA030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 93.28%
G = 1.12%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA030F (or 0xFA030F) is known color: Torch Red. HEX triplet: FA, 03 and 0F. RGB value is (250,3,15). Sum of RGB (Red+Green+Blue) = 250+3+15=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA030F is #05FCF0. Grayscale: #4E4E4E. Windows color (decimal): -392433 or 984058. OLE color: 984058.

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

Color convert

RGB 250 3 15 -
CMYK 0 0.99 0.94 0.02
HSL 357.09º 0.98% 0.5% -
HSV(B) 357.09º 0.99% 0.98% -
XYZ 39.54 20.42 2.31 -
YUV 78.22 92.33 250.52 -
System Red Green Blue C M Y K H S L
Decimal 250 3 15 0 0.99 0.94 0.02 357.09 0.98 0.5
Hex FA 3 F 0 63 5E 2 165 62 32
Octal 372 3 17 0 143 136 2 545 142 62
Binary 11111010 11 1111 0 1100011 1011110 10 101100101 1100010 110010

Color Harmonies of #FA030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA030F

Black with #FA030F

Text Example


Text Example

White with #FA030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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