Html Css Color HEX #FE024C Torch Red

📋 copy color: '#FE024C'

red 254 ◦ green 2 ◦ blue 76

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

Shades of Torch Red #FE024C

Tints of Torch Red #FE024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 76.51%
G = 0.6%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE024C (or 0xFE024C) is known color: Torch Red. HEX triplet: FE, 02 and 4C. RGB value is (254,2,76). Sum of RGB (Red+Green+Blue) = 254+2+76=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE024C is #01FDB3. Grayscale: #555555. Windows color (decimal): -130484 or 4981502. OLE color: 4981502.

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

Color convert

RGB 254 2 76 -
CMYK 0 0.99 0.70 0.00
HSL 342.38º 0.99% 0.5% -
HSV(B) 342.38º 0.99% 1% -
XYZ 42.2 21.64 8.79 -
YUV 85.78 122.49 247.98 -
System Red Green Blue C M Y K H S L
Decimal 254 2 76 0 0.99 0.70 0.00 342.38 0.99 0.5
Hex FE 2 4C 0 63 46 0 156 63 32
Octal 376 2 114 0 143 106 0 526 143 62
Binary 11111110 10 1001100 0 1100011 1000110 0 101010110 1100011 110010

Color Harmonies of #FE024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE024C

Black with #FE024C

Text Example


Text Example

White with #FE024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE024C; }

 p { color: rgb(254,2,76); }

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

background-color css

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

 a { background-color: rgb(254,2,76); }

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

border-color css

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

 span { border-color: rgb(254,2,76); }

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