Html Css Color HEX #F9022F Torch Red

📋 copy color: '#F9022F'

red 249 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #F9022F

Tints of Torch Red #F9022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 83.56%
G = 0.67%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9022F (or 0xF9022F) is known color: Torch Red. HEX triplet: F9, 02 and 2F. RGB value is (249,2,47). Sum of RGB (Red+Green+Blue) = 249+2+47=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F9022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9022F is #06FDD0. Grayscale: #515151. Windows color (decimal): -458193 or 3080953. OLE color: 3080953.

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

Color convert

RGB 249 2 47 -
CMYK 0 0.99 0.81 0.02
HSL 349.07º 0.98% 0.49% -
HSV(B) 349.07º 0.99% 0.98% -
XYZ 39.6 20.39 4.54 -
YUV 80.98 108.83 247.84 -
System Red Green Blue C M Y K H S L
Decimal 249 2 47 0 0.99 0.81 0.02 349.07 0.98 0.49
Hex F9 2 2F 0 63 51 2 15D 62 31
Octal 371 2 57 0 143 121 2 535 142 61
Binary 11111001 10 101111 0 1100011 1010001 10 101011101 1100010 110001

Color Harmonies of #F9022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9022F

Black with #F9022F

Text Example


Text Example

White with #F9022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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