Html Css Color HEX #F9060C Torch Red

📋 copy color: '#F9060C'

red 249 ◦ green 6 ◦ blue 12

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

Shades of Torch Red #F9060C

Tints of Torch Red #F9060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 93.26%
G = 2.25%
B = 4.49%

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

#F9060C (or 0xF9060C) is known color: Torch Red. HEX triplet: F9, 06 and 0C. RGB value is (249,6,12). Sum of RGB (Red+Green+Blue) = 249+6+12=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F9060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9060C is #06F9F3. Grayscale: #4F4F4F. Windows color (decimal): -457204 or 788217. OLE color: 788217.

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

Color convert

RGB 249 6 12 -
CMYK 0 0.98 0.95 0.02
HSL 358.52º 0.95% 0.5% -
HSV(B) 358.52º 0.98% 0.98% -
XYZ 39.2 20.3 2.2 -
YUV 79.34 90.01 249.01 -
System Red Green Blue C M Y K H S L
Decimal 249 6 12 0 0.98 0.95 0.02 358.52 0.95 0.5
Hex F9 6 C 0 62 5F 2 167 5F 32
Octal 371 6 14 0 142 137 2 547 137 62
Binary 11111001 110 1100 0 1100010 1011111 10 101100111 1011111 110010

Color Harmonies of #F9060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9060C

Black with #F9060C

Text Example


Text Example

White with #F9060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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