Html Css Color HEX #F90826 Torch Red

📋 copy color: '#F90826'

red 249 ◦ green 8 ◦ blue 38

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

Shades of Torch Red #F90826

Tints of Torch Red #F90826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 84.41%
G = 2.71%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F90826 (or 0xF90826) is known color: Torch Red. HEX triplet: F9, 08 and 26. RGB value is (249,8,38). Sum of RGB (Red+Green+Blue) = 249+8+38=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F90826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90826 is #06F7D9. Grayscale: #535353. Windows color (decimal): -456666 or 2492665. OLE color: 2492665.

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

Color convert

RGB 249 8 38 -
CMYK 0 0.97 0.85 0.02
HSL 352.53º 0.95% 0.5% -
HSV(B) 352.53º 0.97% 0.98% -
XYZ 39.5 20.45 3.7 -
YUV 83.48 102.34 246.06 -
System Red Green Blue C M Y K H S L
Decimal 249 8 38 0 0.97 0.85 0.02 352.53 0.95 0.5
Hex F9 8 26 0 61 55 2 161 5F 32
Octal 371 10 46 0 141 125 2 541 137 62
Binary 11111001 1000 100110 0 1100001 1010101 10 101100001 1011111 110010

Color Harmonies of #F90826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90826

Black with #F90826

Text Example


Text Example

White with #F90826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90826; }

 p { color: rgb(249,8,38); }

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

background-color css

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

 a { background-color: rgb(249,8,38); }

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

border-color css

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

 span { border-color: rgb(249,8,38); }

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