Html Css Color HEX #F90827 Torch Red

📋 copy color: '#F90827'

red 249 ◦ green 8 ◦ blue 39

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

Shades of Torch Red #F90827

Tints of Torch Red #F90827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 84.12%
G = 2.7%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F90827 (or 0xF90827) is known color: Torch Red. HEX triplet: F9, 08 and 27. RGB value is (249,8,39). Sum of RGB (Red+Green+Blue) = 249+8+39=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F90827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90827 is #06F7D8. Grayscale: #535353. Windows color (decimal): -456665 or 2558201. OLE color: 2558201.

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

Color convert

RGB 249 8 39 -
CMYK 0 0.97 0.84 0.02
HSL 352.28º 0.95% 0.5% -
HSV(B) 352.28º 0.97% 0.98% -
XYZ 39.52 20.46 3.79 -
YUV 83.59 102.84 245.98 -
System Red Green Blue C M Y K H S L
Decimal 249 8 39 0 0.97 0.84 0.02 352.28 0.95 0.5
Hex F9 8 27 0 61 54 2 160 5F 32
Octal 371 10 47 0 141 124 2 540 137 62
Binary 11111001 1000 100111 0 1100001 1010100 10 101100000 1011111 110010

Color Harmonies of #F90827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90827

Black with #F90827

Text Example


Text Example

White with #F90827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90827; }

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

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

background-color css

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

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

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

border-color css

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

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

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