Html Css Color HEX #F9013F Torch Red

📋 copy color: '#F9013F'

red 249 ◦ green 1 ◦ blue 63

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

Shades of Torch Red #F9013F

Tints of Torch Red #F9013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 79.55%
G = 0.32%
B = 20.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9013F (or 0xF9013F) is known color: Torch Red. HEX triplet: F9, 01 and 3F. RGB value is (249,1,63). Sum of RGB (Red+Green+Blue) = 249+1+63=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9013F is #06FEC0. Grayscale: #525252. Windows color (decimal): -458433 or 4129273. OLE color: 4129273.

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

Color convert

RGB 249 1 63 -
CMYK 0 1.00 0.75 0.02
HSL 345º 0.99% 0.49% -
HSV(B) 345º 1% 0.98% -
XYZ 39.97 20.52 6.56 -
YUV 82.22 117.16 246.96 -
System Red Green Blue C M Y K H S L
Decimal 249 1 63 0 1.00 0.75 0.02 345 0.99 0.49
Hex F9 1 3F 0 64 4B 2 159 63 31
Octal 371 1 77 0 144 113 2 531 143 61
Binary 11111001 1 111111 0 1100100 1001011 10 101011001 1100011 110001

Color Harmonies of #F9013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9013F

Black with #F9013F

Text Example


Text Example

White with #F9013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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