Html Css Color HEX #F90F18 Torch Red

📋 copy color: '#F90F18'

red 249 ◦ green 15 ◦ blue 24

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

Shades of Torch Red #F90F18

Tints of Torch Red #F90F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 86.46%
G = 5.21%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F90F18 (or 0xF90F18) is known color: Torch Red. HEX triplet: F9, 0F and 18. RGB value is (249,15,24). Sum of RGB (Red+Green+Blue) = 249+15+24=288 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.46% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F18 is #06F0E7. Grayscale: #565656. Windows color (decimal): -454888 or 1576953. OLE color: 1576953.

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

Color convert

RGB 249 15 24 -
CMYK 0 0.94 0.90 0.02
HSL 357.69º 0.95% 0.52% -
HSV(B) 357.69º 0.94% 0.98% -
XYZ 39.4 20.55 2.75 -
YUV 85.99 93.02 244.27 -
System Red Green Blue C M Y K H S L
Decimal 249 15 24 0 0.94 0.90 0.02 357.69 0.95 0.52
Hex F9 F 18 0 5E 5A 2 166 5F 34
Octal 371 17 30 0 136 132 2 546 137 64
Binary 11111001 1111 11000 0 1011110 1011010 10 101100110 1011111 110100

Color Harmonies of #F90F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90F18

Black with #F90F18

Text Example


Text Example

White with #F90F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90F18; }

 p { color: rgb(249,15,24); }

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

background-color css

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

 a { background-color: rgb(249,15,24); }

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

border-color css

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

 span { border-color: rgb(249,15,24); }

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