Html Css Color HEX #F9081D Torch Red

📋 copy color: '#F9081D'

red 249 ◦ green 8 ◦ blue 29

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

Shades of Torch Red #F9081D

Tints of Torch Red #F9081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 87.06%
G = 2.8%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9081D (or 0xF9081D) is known color: Torch Red. HEX triplet: F9, 08 and 1D. RGB value is (249,8,29). Sum of RGB (Red+Green+Blue) = 249+8+29=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F9081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9081D is #06F7E2. Grayscale: #525252. Windows color (decimal): -456675 or 1902841. OLE color: 1902841.

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

Color convert

RGB 249 8 29 -
CMYK 0 0.97 0.88 0.02
HSL 354.77º 0.95% 0.5% -
HSV(B) 354.77º 0.97% 0.98% -
XYZ 39.38 20.4 3.03 -
YUV 82.45 97.84 246.79 -
System Red Green Blue C M Y K H S L
Decimal 249 8 29 0 0.97 0.88 0.02 354.77 0.95 0.5
Hex F9 8 1D 0 61 58 2 163 5F 32
Octal 371 10 35 0 141 130 2 543 137 62
Binary 11111001 1000 11101 0 1100001 1011000 10 101100011 1011111 110010

Color Harmonies of #F9081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9081D

Black with #F9081D

Text Example


Text Example

White with #F9081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9081D; }

 p { color: rgb(249,8,29); }

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

background-color css

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

 a { background-color: rgb(249,8,29); }

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

border-color css

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

 span { border-color: rgb(249,8,29); }

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