Html Css Color HEX #FE050C Torch Red

📋 copy color: '#FE050C'

red 254 ◦ green 5 ◦ blue 12

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

Shades of Torch Red #FE050C

Tints of Torch Red #FE050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 93.73%
G = 1.85%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE050C (or 0xFE050C) is known color: Torch Red. HEX triplet: FE, 05 and 0C. RGB value is (254,5,12). Sum of RGB (Red+Green+Blue) = 254+5+12=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE050C is #01FAF3. Grayscale: #505050. Windows color (decimal): -129780 or 787966. OLE color: 787966.

HSL color Cylindrical-coordinate representation of color #FE050C: hue angle of 358.31º 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 #FE050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 12 -
CMYK 0 0.98 0.95 0.00
HSL 358.31º 0.99% 0.51% -
HSV(B) 358.31º 0.98% 1% -
XYZ 40.99 21.21 2.28 -
YUV 80.25 89.49 251.93 -
System Red Green Blue C M Y K H S L
Decimal 254 5 12 0 0.98 0.95 0.00 358.31 0.99 0.51
Hex FE 5 C 0 62 5F 0 166 63 33
Octal 376 5 14 0 142 137 0 546 143 63
Binary 11111110 101 1100 0 1100010 1011111 0 101100110 1100011 110011

Color Harmonies of #FE050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE050C

Black with #FE050C

Text Example


Text Example

White with #FE050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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