Html Css Color HEX #F9050A Torch Red

📋 copy color: '#F9050A'

red 249 ◦ green 5 ◦ blue 10

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

Shades of Torch Red #F9050A

Tints of Torch Red #F9050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 94.32%
G = 1.89%
B = 3.79%

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

#F9050A (or 0xF9050A) is known color: Torch Red. HEX triplet: F9, 05 and 0A. RGB value is (249,5,10). Sum of RGB (Red+Green+Blue) = 249+5+10=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F9050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9050A is #06FAF5. Grayscale: #4E4E4E. Windows color (decimal): -457462 or 656889. OLE color: 656889.

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

Color convert

RGB 249 5 10 -
CMYK 0 0.98 0.96 0.02
HSL 358.77º 0.96% 0.5% -
HSV(B) 358.77º 0.98% 0.98% -
XYZ 39.18 20.27 2.13 -
YUV 78.53 89.34 249.59 -
System Red Green Blue C M Y K H S L
Decimal 249 5 10 0 0.98 0.96 0.02 358.77 0.96 0.5
Hex F9 5 A 0 62 60 2 167 60 32
Octal 371 5 12 0 142 140 2 547 140 62
Binary 11111001 101 1010 0 1100010 1100000 10 101100111 1100000 110010

Color Harmonies of #F9050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9050A

Black with #F9050A

Text Example


Text Example

White with #F9050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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