Html Css Color HEX #F9000E Torch Red

📋 copy color: '#F9000E'

red 249 ◦ green 0 ◦ blue 14

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

Shades of Torch Red #F9000E

Tints of Torch Red #F9000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 94.68%
G = 0%
B = 5.32%

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

#F9000E (or 0xF9000E) is known color: Torch Red. HEX triplet: F9, 00 and 0E. RGB value is (249,0,14). Sum of RGB (Red+Green+Blue) = 249+0+14=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F9000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9000E is #06FFF1. Grayscale: #4C4C4C. Windows color (decimal): -458738 or 917753. OLE color: 917753.

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

Color convert

RGB 249 0 14 -
CMYK 0 1 0.94 0.02
HSL 356.63º 1% 0.49% -
HSV(B) 356.63º 1% 0.98% -
XYZ 39.15 20.17 2.25 -
YUV 76.05 92.99 251.36 -
System Red Green Blue C M Y K H S L
Decimal 249 0 14 0 1 0.94 0.02 356.63 1 0.49
Hex F9 0 E 0 64 5E 2 165 64 31
Octal 371 0 16 0 144 136 2 545 144 61
Binary 11111001 0 1110 0 1100100 1011110 10 101100101 1100100 110001

Color Harmonies of #F9000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9000E

Black with #F9000E

Text Example


Text Example

White with #F9000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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