Html Css Color HEX #F9074D Torch Red

📋 copy color: '#F9074D'

red 249 ◦ green 7 ◦ blue 77

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

Shades of Torch Red #F9074D

Tints of Torch Red #F9074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 74.77%
G = 2.1%
B = 23.12%

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

#F9074D (or 0xF9074D) is known color: Torch Red. HEX triplet: F9, 07 and 4D. RGB value is (249,7,77). Sum of RGB (Red+Green+Blue) = 249+7+77=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F9074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9074D is #06F8B2. Grayscale: #575757. Windows color (decimal): -456883 or 5048313. OLE color: 5048313.

HSL color Cylindrical-coordinate representation of color #F9074D: hue angle of 342.64º 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 #F9074D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 7 77 -
CMYK 0 0.97 0.69 0.02
HSL 342.64º 0.95% 0.5% -
HSV(B) 342.64º 0.97% 0.98% -
XYZ 40.48 20.83 8.91 -
YUV 87.34 122.17 243.31 -
System Red Green Blue C M Y K H S L
Decimal 249 7 77 0 0.97 0.69 0.02 342.64 0.95 0.5
Hex F9 7 4D 0 61 45 2 157 5F 32
Octal 371 7 115 0 141 105 2 527 137 62
Binary 11111001 111 1001101 0 1100001 1000101 10 101010111 1011111 110010

Color Harmonies of #F9074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9074D

Black with #F9074D

Text Example


Text Example

White with #F9074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9074D; }

 p { color: rgb(249,7,77); }

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

background-color css

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

 a { background-color: rgb(249,7,77); }

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

border-color css

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

 span { border-color: rgb(249,7,77); }

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