Html Css Color HEX #F9020D Torch Red

📋 copy color: '#F9020D'

red 249 ◦ green 2 ◦ blue 13

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

Shades of Torch Red #F9020D

Tints of Torch Red #F9020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 94.32%
G = 0.76%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9020D (or 0xF9020D) is known color: Torch Red. HEX triplet: F9, 02 and 0D. RGB value is (249,2,13). Sum of RGB (Red+Green+Blue) = 249+2+13=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F9020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9020D is #06FDF2. Grayscale: #4D4D4D. Windows color (decimal): -458227 or 852729. OLE color: 852729.

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

Color convert

RGB 249 2 13 -
CMYK 0 0.99 0.95 0.02
HSL 357.33º 0.98% 0.49% -
HSV(B) 357.33º 0.99% 0.98% -
XYZ 39.16 20.21 2.22 -
YUV 77.11 91.83 250.61 -
System Red Green Blue C M Y K H S L
Decimal 249 2 13 0 0.99 0.95 0.02 357.33 0.98 0.49
Hex F9 2 D 0 63 5F 2 165 62 31
Octal 371 2 15 0 143 137 2 545 142 61
Binary 11111001 10 1101 0 1100011 1011111 10 101100101 1100010 110001

Color Harmonies of #F9020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9020D

Black with #F9020D

Text Example


Text Example

White with #F9020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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