Html Css Color HEX #F9031F Torch Red

📋 copy color: '#F9031F'

red 249 ◦ green 3 ◦ blue 31

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

Shades of Torch Red #F9031F

Tints of Torch Red #F9031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 87.99%
G = 1.06%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9031F (or 0xF9031F) is known color: Torch Red. HEX triplet: F9, 03 and 1F. RGB value is (249,3,31). Sum of RGB (Red+Green+Blue) = 249+3+31=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F9031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9031F is #06FCE0. Grayscale: #4F4F4F. Windows color (decimal): -457953 or 2032633. OLE color: 2032633.

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

Color convert

RGB 249 3 31 -
CMYK 0 0.99 0.88 0.02
HSL 353.17º 0.98% 0.49% -
HSV(B) 353.17º 0.99% 0.98% -
XYZ 39.35 20.3 3.14 -
YUV 79.75 100.5 248.72 -
System Red Green Blue C M Y K H S L
Decimal 249 3 31 0 0.99 0.88 0.02 353.17 0.98 0.49
Hex F9 3 1F 0 63 58 2 161 62 31
Octal 371 3 37 0 143 130 2 541 142 61
Binary 11111001 11 11111 0 1100011 1011000 10 101100001 1100010 110001

Color Harmonies of #F9031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9031F

Black with #F9031F

Text Example


Text Example

White with #F9031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9031F; }

 p { color: rgb(249,3,31); }

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

background-color css

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

 a { background-color: rgb(249,3,31); }

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

border-color css

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

 span { border-color: rgb(249,3,31); }

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