Html Css Color HEX #FE064D Torch Red

📋 copy color: '#FE064D'

red 254 ◦ green 6 ◦ blue 77

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

Shades of Torch Red #FE064D

Tints of Torch Red #FE064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 75.37%
G = 1.78%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE064D (or 0xFE064D) is known color: Torch Red. HEX triplet: FE, 06 and 4D. RGB value is (254,6,77). Sum of RGB (Red+Green+Blue) = 254+6+77=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE064D is #01F9B2. Grayscale: #585858. Windows color (decimal): -129459 or 5048062. OLE color: 5048062.

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

Color convert

RGB 254 6 77 -
CMYK 0 0.98 0.70 0.00
HSL 342.82º 0.99% 0.51% -
HSV(B) 342.82º 0.98% 1% -
XYZ 42.28 21.74 8.99 -
YUV 88.25 121.66 246.23 -
System Red Green Blue C M Y K H S L
Decimal 254 6 77 0 0.98 0.70 0.00 342.82 0.99 0.51
Hex FE 6 4D 0 62 46 0 157 63 33
Octal 376 6 115 0 142 106 0 527 143 63
Binary 11111110 110 1001101 0 1100010 1000110 0 101010111 1100011 110011

Color Harmonies of #FE064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE064D

Black with #FE064D

Text Example


Text Example

White with #FE064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE064D; }

 p { color: rgb(254,6,77); }

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

background-color css

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

 a { background-color: rgb(254,6,77); }

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

border-color css

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

 span { border-color: rgb(254,6,77); }

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