Html Css Color HEX #F9082D Torch Red

📋 copy color: '#F9082D'

red 249 ◦ green 8 ◦ blue 45

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

Shades of Torch Red #F9082D

Tints of Torch Red #F9082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 82.45%
G = 2.65%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9082D (or 0xF9082D) is known color: Torch Red. HEX triplet: F9, 08 and 2D. RGB value is (249,8,45). Sum of RGB (Red+Green+Blue) = 249+8+45=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F9082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9082D is #06F7D2. Grayscale: #545454. Windows color (decimal): -456659 or 2951417. OLE color: 2951417.

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

Color convert

RGB 249 8 45 -
CMYK 0 0.97 0.82 0.02
HSL 350.79º 0.95% 0.5% -
HSV(B) 350.79º 0.97% 0.98% -
XYZ 39.63 20.5 4.35 -
YUV 84.28 105.84 245.49 -
System Red Green Blue C M Y K H S L
Decimal 249 8 45 0 0.97 0.82 0.02 350.79 0.95 0.5
Hex F9 8 2D 0 61 52 2 15F 5F 32
Octal 371 10 55 0 141 122 2 537 137 62
Binary 11111001 1000 101101 0 1100001 1010010 10 101011111 1011111 110010

Color Harmonies of #F9082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9082D

Black with #F9082D

Text Example


Text Example

White with #F9082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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