Html Css Color HEX #F9021E Torch Red

📋 copy color: '#F9021E'

red 249 ◦ green 2 ◦ blue 30

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

Shades of Torch Red #F9021E

Tints of Torch Red #F9021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 88.61%
G = 0.71%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9021E (or 0xF9021E) is known color: Torch Red. HEX triplet: F9, 02 and 1E. RGB value is (249,2,30). Sum of RGB (Red+Green+Blue) = 249+2+30=281 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.61% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 249 - color contains mainly: red. Hex color #F9021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9021E is #06FDE1. Grayscale: #4F4F4F. Windows color (decimal): -458210 or 1966841. OLE color: 1966841.

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

Color convert

RGB 249 2 30 -
CMYK 0 0.99 0.88 0.02
HSL 353.2º 0.98% 0.49% -
HSV(B) 353.2º 0.99% 0.98% -
XYZ 39.32 20.28 3.07 -
YUV 79.05 100.33 249.22 -
System Red Green Blue C M Y K H S L
Decimal 249 2 30 0 0.99 0.88 0.02 353.2 0.98 0.49
Hex F9 2 1E 0 63 58 2 161 62 31
Octal 371 2 36 0 143 130 2 541 142 61
Binary 11111001 10 11110 0 1100011 1011000 10 101100001 1100010 110001

Color Harmonies of #F9021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9021E

Black with #F9021E

Text Example


Text Example

White with #F9021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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