Html Css Color HEX #F9030C Torch Red

📋 copy color: '#F9030C'

red 249 ◦ green 3 ◦ blue 12

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

Shades of Torch Red #F9030C

Tints of Torch Red #F9030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 94.32%
G = 1.14%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9030C (or 0xF9030C) is known color: Torch Red. HEX triplet: F9, 03 and 0C. RGB value is (249,3,12). Sum of RGB (Red+Green+Blue) = 249+3+12=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F9030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9030C is #06FCF3. Grayscale: #4D4D4D. Windows color (decimal): -457972 or 787449. OLE color: 787449.

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

Color convert

RGB 249 3 12 -
CMYK 0 0.99 0.95 0.02
HSL 357.8º 0.98% 0.49% -
HSV(B) 357.8º 0.99% 0.98% -
XYZ 39.17 20.23 2.19 -
YUV 77.58 91 250.27 -
System Red Green Blue C M Y K H S L
Decimal 249 3 12 0 0.99 0.95 0.02 357.8 0.98 0.49
Hex F9 3 C 0 63 5F 2 166 62 31
Octal 371 3 14 0 143 137 2 546 142 61
Binary 11111001 11 1100 0 1100011 1011111 10 101100110 1100010 110001

Color Harmonies of #F9030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9030C

Black with #F9030C

Text Example


Text Example

White with #F9030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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