Html Css Color HEX #F9042D Torch Red

📋 copy color: '#F9042D'

red 249 ◦ green 4 ◦ blue 45

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

Shades of Torch Red #F9042D

Tints of Torch Red #F9042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 83.56%
G = 1.34%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9042D (or 0xF9042D) is known color: Torch Red. HEX triplet: F9, 04 and 2D. RGB value is (249,4,45). Sum of RGB (Red+Green+Blue) = 249+4+45=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F9042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9042D is #06FBD2. Grayscale: #525252. Windows color (decimal): -457683 or 2950393. OLE color: 2950393.

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

Color convert

RGB 249 4 45 -
CMYK 0 0.98 0.82 0.02
HSL 349.96º 0.97% 0.5% -
HSV(B) 349.96º 0.98% 0.98% -
XYZ 39.58 20.42 4.34 -
YUV 81.93 107.17 247.17 -
System Red Green Blue C M Y K H S L
Decimal 249 4 45 0 0.98 0.82 0.02 349.96 0.97 0.5
Hex F9 4 2D 0 62 52 2 15E 61 32
Octal 371 4 55 0 142 122 2 536 141 62
Binary 11111001 100 101101 0 1100010 1010010 10 101011110 1100001 110010

Color Harmonies of #F9042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9042D

Black with #F9042D

Text Example


Text Example

White with #F9042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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