Html Css Color HEX #F90022 Torch Red

📋 copy color: '#F90022'

red 249 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #F90022

Tints of Torch Red #F90022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 87.99%
G = 0%
B = 12.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F90022 (or 0xF90022) is known color: Torch Red. HEX triplet: F9, 00 and 22. RGB value is (249,0,34). Sum of RGB (Red+Green+Blue) = 249+0+34=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F90022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90022 is #06FFDD. Grayscale: #4E4E4E. Windows color (decimal): -458718 or 2228473. OLE color: 2228473.

HSL color Cylindrical-coordinate representation of color #F90022: hue angle of 351.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90022 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 34 -
CMYK 0 1 0.86 0.02
HSL 351.81º 1% 0.49% -
HSV(B) 351.81º 1% 0.98% -
XYZ 39.36 20.26 3.35 -
YUV 78.33 102.99 249.74 -
System Red Green Blue C M Y K H S L
Decimal 249 0 34 0 1 0.86 0.02 351.81 1 0.49
Hex F9 0 22 0 64 56 2 160 64 31
Octal 371 0 42 0 144 126 2 540 144 61
Binary 11111001 0 100010 0 1100100 1010110 10 101100000 1100100 110001

Color Harmonies of #F90022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90022

Black with #F90022

Text Example


Text Example

White with #F90022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90022; }

 p { color: rgb(249,0,34); }

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

background-color css

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

 a { background-color: rgb(249,0,34); }

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

border-color css

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

 span { border-color: rgb(249,0,34); }

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