Html Css Color HEX #F9022D Torch Red

📋 copy color: '#F9022D'

red 249 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #F9022D

Tints of Torch Red #F9022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 84.12%
G = 0.68%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9022D (or 0xF9022D) is known color: Torch Red. HEX triplet: F9, 02 and 2D. RGB value is (249,2,45). Sum of RGB (Red+Green+Blue) = 249+2+45=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F9022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9022D is #06FDD2. Grayscale: #505050. Windows color (decimal): -458195 or 2949881. OLE color: 2949881.

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

Color convert

RGB 249 2 45 -
CMYK 0 0.99 0.82 0.02
HSL 349.55º 0.98% 0.49% -
HSV(B) 349.55º 0.99% 0.98% -
XYZ 39.56 20.37 4.33 -
YUV 80.76 107.83 248 -
System Red Green Blue C M Y K H S L
Decimal 249 2 45 0 0.99 0.82 0.02 349.55 0.98 0.49
Hex F9 2 2D 0 63 52 2 15E 62 31
Octal 371 2 55 0 143 122 2 536 142 61
Binary 11111001 10 101101 0 1100011 1010010 10 101011110 1100010 110001

Color Harmonies of #F9022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9022D

Black with #F9022D

Text Example


Text Example

White with #F9022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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