Html Css Color HEX #F90B0E Torch Red

📋 copy color: '#F90B0E'

red 249 ◦ green 11 ◦ blue 14

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

Shades of Torch Red #F90B0E

Tints of Torch Red #F90B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

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

R = 90.88%
G = 4.01%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F90B0E (or 0xF90B0E) is known color: Torch Red. HEX triplet: F9, 0B and 0E. RGB value is (249,11,14). Sum of RGB (Red+Green+Blue) = 249+11+14=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90B0E is #06F4F1. Grayscale: #525252. Windows color (decimal): -455922 or 920569. OLE color: 920569.

HSL color Cylindrical-coordinate representation of color #F90B0E: hue angle of 359.24º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 11 14 -
CMYK 0 0.96 0.94 0.02
HSL 359.24º 0.95% 0.51% -
HSV(B) 359.24º 0.96% 0.98% -
XYZ 39.27 20.41 2.29 -
YUV 82.5 89.35 246.76 -
System Red Green Blue C M Y K H S L
Decimal 249 11 14 0 0.96 0.94 0.02 359.24 0.95 0.51
Hex F9 B E 0 60 5E 2 167 5F 33
Octal 371 13 16 0 140 136 2 547 137 63
Binary 11111001 1011 1110 0 1100000 1011110 10 101100111 1011111 110011

Color Harmonies of #F90B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B0E

Black with #F90B0E

Text Example


Text Example

White with #F90B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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