Html Css Color HEX #F9040C Torch Red

📋 copy color: '#F9040C'

red 249 ◦ green 4 ◦ blue 12

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

Shades of Torch Red #F9040C

Tints of Torch Red #F9040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 93.96%
G = 1.51%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9040C (or 0xF9040C) is known color: Torch Red. HEX triplet: F9, 04 and 0C. RGB value is (249,4,12). Sum of RGB (Red+Green+Blue) = 249+4+12=265 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.96% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 249 - color contains mainly: red. Hex color #F9040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9040C is #06FBF3. Grayscale: #4E4E4E. Windows color (decimal): -457716 or 787705. OLE color: 787705.

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

Color convert

RGB 249 4 12 -
CMYK 0 0.98 0.95 0.02
HSL 358.04º 0.97% 0.5% -
HSV(B) 358.04º 0.98% 0.98% -
XYZ 39.18 20.25 2.19 -
YUV 78.17 90.67 249.85 -
System Red Green Blue C M Y K H S L
Decimal 249 4 12 0 0.98 0.95 0.02 358.04 0.97 0.5
Hex F9 4 C 0 62 5F 2 166 61 32
Octal 371 4 14 0 142 137 2 546 141 62
Binary 11111001 100 1100 0 1100010 1011111 10 101100110 1100001 110010

Color Harmonies of #F9040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9040C

Black with #F9040C

Text Example


Text Example

White with #F9040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9040C; }

 p { color: rgb(249,4,12); }

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

background-color css

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

 a { background-color: rgb(249,4,12); }

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

border-color css

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

 span { border-color: rgb(249,4,12); }

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