Html Css Color HEX #F9050E Torch Red

📋 copy color: '#F9050E'

red 249 ◦ green 5 ◦ blue 14

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

Shades of Torch Red #F9050E

Tints of Torch Red #F9050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 92.91%
G = 1.87%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9050E (or 0xF9050E) is known color: Torch Red. HEX triplet: F9, 05 and 0E. RGB value is (249,5,14). Sum of RGB (Red+Green+Blue) = 249+5+14=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F9050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9050E is #06FAF1. Grayscale: #4F4F4F. Windows color (decimal): -457458 or 919033. OLE color: 919033.

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

Color convert

RGB 249 5 14 -
CMYK 0 0.98 0.94 0.02
HSL 357.79º 0.96% 0.5% -
HSV(B) 357.79º 0.98% 0.98% -
XYZ 39.2 20.28 2.26 -
YUV 78.98 91.34 249.27 -
System Red Green Blue C M Y K H S L
Decimal 249 5 14 0 0.98 0.94 0.02 357.79 0.96 0.5
Hex F9 5 E 0 62 5E 2 166 60 32
Octal 371 5 16 0 142 136 2 546 140 62
Binary 11111001 101 1110 0 1100010 1011110 10 101100110 1100000 110010

Color Harmonies of #F9050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9050E

Black with #F9050E

Text Example


Text Example

White with #F9050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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