Html Css Color HEX #F9000F Torch Red

📋 copy color: '#F9000F'

red 249 ◦ green 0 ◦ blue 15

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

Shades of Torch Red #F9000F

Tints of Torch Red #F9000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 94.32%
G = 0%
B = 5.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9000F (or 0xF9000F) is known color: Torch Red. HEX triplet: F9, 00 and 0F. RGB value is (249,0,15). Sum of RGB (Red+Green+Blue) = 249+0+15=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F9000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9000F is #06FFF0. Grayscale: #4C4C4C. Windows color (decimal): -458737 or 983289. OLE color: 983289.

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

Color convert

RGB 249 0 15 -
CMYK 0 1 0.94 0.02
HSL 356.39º 1% 0.49% -
HSV(B) 356.39º 1% 0.98% -
XYZ 39.15 20.17 2.28 -
YUV 76.16 93.49 251.28 -
System Red Green Blue C M Y K H S L
Decimal 249 0 15 0 1 0.94 0.02 356.39 1 0.49
Hex F9 0 F 0 64 5E 2 164 64 31
Octal 371 0 17 0 144 136 2 544 144 61
Binary 11111001 0 1111 0 1100100 1011110 10 101100100 1100100 110001

Color Harmonies of #F9000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9000F

Black with #F9000F

Text Example


Text Example

White with #F9000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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