Html Css Color HEX #F9084C Torch Red

📋 copy color: '#F9084C'

red 249 ◦ green 8 ◦ blue 76

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

Shades of Torch Red #F9084C

Tints of Torch Red #F9084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 74.77%
G = 2.4%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9084C (or 0xF9084C) is known color: Torch Red. HEX triplet: F9, 08 and 4C. RGB value is (249,8,76). Sum of RGB (Red+Green+Blue) = 249+8+76=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F9084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9084C is #06F7B3. Grayscale: #575757. Windows color (decimal): -456628 or 4983033. OLE color: 4983033.

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

Color convert

RGB 249 8 76 -
CMYK 0 0.97 0.69 0.02
HSL 343.07º 0.95% 0.5% -
HSV(B) 343.07º 0.97% 0.98% -
XYZ 40.46 20.84 8.73 -
YUV 87.81 121.34 242.97 -
System Red Green Blue C M Y K H S L
Decimal 249 8 76 0 0.97 0.69 0.02 343.07 0.95 0.5
Hex F9 8 4C 0 61 45 2 157 5F 32
Octal 371 10 114 0 141 105 2 527 137 62
Binary 11111001 1000 1001100 0 1100001 1000101 10 101010111 1011111 110010

Color Harmonies of #F9084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9084C

Black with #F9084C

Text Example


Text Example

White with #F9084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9084C; }

 p { color: rgb(249,8,76); }

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

background-color css

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

 a { background-color: rgb(249,8,76); }

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

border-color css

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

 span { border-color: rgb(249,8,76); }

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