Html Css Color HEX #F9064A Torch Red

📋 copy color: '#F9064A'

red 249 ◦ green 6 ◦ blue 74

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

Shades of Torch Red #F9064A

Tints of Torch Red #F9064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 75.68%
G = 1.82%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9064A (or 0xF9064A) is known color: Torch Red. HEX triplet: F9, 06 and 4A. RGB value is (249,6,74). Sum of RGB (Red+Green+Blue) = 249+6+74=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9064A is #06F9B5. Grayscale: #565656. Windows color (decimal): -457142 or 4851449. OLE color: 4851449.

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

Color convert

RGB 249 6 74 -
CMYK 0 0.98 0.70 0.02
HSL 343.21º 0.95% 0.5% -
HSV(B) 343.21º 0.98% 0.98% -
XYZ 40.37 20.76 8.36 -
YUV 86.41 121.01 243.97 -
System Red Green Blue C M Y K H S L
Decimal 249 6 74 0 0.98 0.70 0.02 343.21 0.95 0.5
Hex F9 6 4A 0 62 46 2 157 5F 32
Octal 371 6 112 0 142 106 2 527 137 62
Binary 11111001 110 1001010 0 1100010 1000110 10 101010111 1011111 110010

Color Harmonies of #F9064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9064A

Black with #F9064A

Text Example


Text Example

White with #F9064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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