Html Css Color HEX #FE050F Torch Red

📋 copy color: '#FE050F'

red 254 ◦ green 5 ◦ blue 15

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

Shades of Torch Red #FE050F

Tints of Torch Red #FE050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 92.7%
G = 1.82%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE050F (or 0xFE050F) is known color: Torch Red. HEX triplet: FE, 05 and 0F. RGB value is (254,5,15). Sum of RGB (Red+Green+Blue) = 254+5+15=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE050F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE050F is #01FAF0. Grayscale: #505050. Windows color (decimal): -129777 or 984574. OLE color: 984574.

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

Color convert

RGB 254 5 15 -
CMYK 0 0.98 0.94 0.00
HSL 357.59º 0.99% 0.51% -
HSV(B) 357.59º 0.98% 1% -
XYZ 41.01 21.21 2.38 -
YUV 80.59 90.99 251.69 -
System Red Green Blue C M Y K H S L
Decimal 254 5 15 0 0.98 0.94 0.00 357.59 0.99 0.51
Hex FE 5 F 0 62 5E 0 166 63 33
Octal 376 5 17 0 142 136 0 546 143 63
Binary 11111110 101 1111 0 1100010 1011110 0 101100110 1100011 110011

Color Harmonies of #FE050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE050F

Black with #FE050F

Text Example


Text Example

White with #FE050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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