Html Css Color HEX #FE0508 Torch Red

📋 copy color: '#FE0508'

red 254 ◦ green 5 ◦ blue 8

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

Shades of Torch Red #FE0508

Tints of Torch Red #FE0508

RGB

 RED value IS 254 (99.61% from 255) = 95.13%

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 95.13%
G = 1.87%
B = 3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE0508 (or 0xFE0508) is known color: Torch Red. HEX triplet: FE, 05 and 08. RGB value is (254,5,8). Sum of RGB (Red+Green+Blue) = 254+5+8=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0508 is #01FAF7. Grayscale: #505050. Windows color (decimal): -129784 or 525822. OLE color: 525822.

HSL color Cylindrical-coordinate representation of color #FE0508: hue angle of 359.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0508 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 8 -
CMYK 0 0.98 0.97 0.00
HSL 359.28º 0.99% 0.51% -
HSV(B) 359.28º 0.98% 1% -
XYZ 40.97 21.2 2.16 -
YUV 79.79 87.49 252.26 -
System Red Green Blue C M Y K H S L
Decimal 254 5 8 0 0.98 0.97 0.00 359.28 0.99 0.51
Hex FE 5 8 0 62 61 0 167 63 33
Octal 376 5 10 0 142 141 0 547 143 63
Binary 11111110 101 1000 0 1100010 1100001 0 101100111 1100011 110011

Color Harmonies of #FE0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0508

Black with #FE0508

Text Example


Text Example

White with #FE0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0508; }

 p { color: rgb(254,5,8); }

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

background-color css

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

 a { background-color: rgb(254,5,8); }

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

border-color css

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

 span { border-color: rgb(254,5,8); }

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