Html Css Color HEX #F9040A Torch Red

📋 copy color: '#F9040A'

red 249 ◦ green 4 ◦ blue 10

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

Shades of Torch Red #F9040A

Tints of Torch Red #F9040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 94.68%
G = 1.52%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9040A (or 0xF9040A) is known color: Torch Red. HEX triplet: F9, 04 and 0A. RGB value is (249,4,10). Sum of RGB (Red+Green+Blue) = 249+4+10=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F9040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9040A is #06FBF5. Grayscale: #4E4E4E. Windows color (decimal): -457718 or 656633. OLE color: 656633.

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

Color convert

RGB 249 4 10 -
CMYK 0 0.98 0.96 0.02
HSL 358.53º 0.97% 0.5% -
HSV(B) 358.53º 0.98% 0.98% -
XYZ 39.17 20.25 2.13 -
YUV 77.94 89.67 250.01 -
System Red Green Blue C M Y K H S L
Decimal 249 4 10 0 0.98 0.96 0.02 358.53 0.97 0.5
Hex F9 4 A 0 62 60 2 167 61 32
Octal 371 4 12 0 142 140 2 547 141 62
Binary 11111001 100 1010 0 1100010 1100000 10 101100111 1100001 110010

Color Harmonies of #F9040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9040A

Black with #F9040A

Text Example


Text Example

White with #F9040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9040A; }

 p { color: rgb(249,4,10); }

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

background-color css

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

 a { background-color: rgb(249,4,10); }

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

border-color css

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

 span { border-color: rgb(249,4,10); }

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