Html Css Color HEX #F9010C Torch Red

📋 copy color: '#F9010C'

red 249 ◦ green 1 ◦ blue 12

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

Shades of Torch Red #F9010C

Tints of Torch Red #F9010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 95.04%
G = 0.38%
B = 4.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9010C (or 0xF9010C) is known color: Torch Red. HEX triplet: F9, 01 and 0C. RGB value is (249,1,12). Sum of RGB (Red+Green+Blue) = 249+1+12=262 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.04% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 249 - color contains mainly: red. Hex color #F9010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9010C is #06FEF3. Grayscale: #4C4C4C. Windows color (decimal): -458484 or 786937. OLE color: 786937.

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

Color convert

RGB 249 1 12 -
CMYK 0 1.00 0.95 0.02
HSL 357.34º 0.99% 0.49% -
HSV(B) 357.34º 1% 0.98% -
XYZ 39.14 20.19 2.18 -
YUV 76.41 91.66 251.11 -
System Red Green Blue C M Y K H S L
Decimal 249 1 12 0 1.00 0.95 0.02 357.34 0.99 0.49
Hex F9 1 C 0 64 5F 2 165 63 31
Octal 371 1 14 0 144 137 2 545 143 61
Binary 11111001 1 1100 0 1100100 1011111 10 101100101 1100011 110001

Color Harmonies of #F9010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9010C

Black with #F9010C

Text Example


Text Example

White with #F9010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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