Html Css Color HEX #F9012F Torch Red

📋 copy color: '#F9012F'

red 249 ◦ green 1 ◦ blue 47

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

Shades of Torch Red #F9012F

Tints of Torch Red #F9012F

RGB

 RED value IS 249 (97.66% from 255) = 83.84%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 83.84%
G = 0.34%
B = 15.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9012F (or 0xF9012F) is known color: Torch Red. HEX triplet: F9, 01 and 2F. RGB value is (249,1,47). Sum of RGB (Red+Green+Blue) = 249+1+47=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F9012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9012F is #06FED0. Grayscale: #505050. Windows color (decimal): -458449 or 3080697. OLE color: 3080697.

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

Color convert

RGB 249 1 47 -
CMYK 0 1.00 0.81 0.02
HSL 348.87º 0.99% 0.49% -
HSV(B) 348.87º 1% 0.98% -
XYZ 39.59 20.37 4.53 -
YUV 80.4 109.16 248.26 -
System Red Green Blue C M Y K H S L
Decimal 249 1 47 0 1.00 0.81 0.02 348.87 0.99 0.49
Hex F9 1 2F 0 64 51 2 15D 63 31
Octal 371 1 57 0 144 121 2 535 143 61
Binary 11111001 1 101111 0 1100100 1010001 10 101011101 1100011 110001

Color Harmonies of #F9012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9012F

Black with #F9012F

Text Example


Text Example

White with #F9012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9012F; }

 p { color: rgb(249,1,47); }

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

background-color css

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

 a { background-color: rgb(249,1,47); }

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

border-color css

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

 span { border-color: rgb(249,1,47); }

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