Html Css Color HEX #F9002D Torch Red

📋 copy color: '#F9002D'

red 249 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #F9002D

Tints of Torch Red #F9002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.69%
G = 0%
B = 15.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9002D (or 0xF9002D) is known color: Torch Red. HEX triplet: F9, 00 and 2D. RGB value is (249,0,45). Sum of RGB (Red+Green+Blue) = 249+0+45=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9002D is #06FFD2. Grayscale: #4F4F4F. Windows color (decimal): -458707 or 2949369. OLE color: 2949369.

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

Color convert

RGB 249 0 45 -
CMYK 0 1 0.82 0.02
HSL 349.16º 1% 0.49% -
HSV(B) 349.16º 1% 0.98% -
XYZ 39.54 20.33 4.32 -
YUV 79.58 108.49 248.84 -
System Red Green Blue C M Y K H S L
Decimal 249 0 45 0 1 0.82 0.02 349.16 1 0.49
Hex F9 0 2D 0 64 52 2 15D 64 31
Octal 371 0 55 0 144 122 2 535 144 61
Binary 11111001 0 101101 0 1100100 1010010 10 101011101 1100100 110001

Color Harmonies of #F9002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9002D

Black with #F9002D

Text Example


Text Example

White with #F9002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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