Html Css Color HEX #FE000F Torch Red

📋 copy color: '#FE000F'

red 254 ◦ green 0 ◦ blue 15

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

Shades of Torch Red #FE000F

Tints of Torch Red #FE000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.42%
G = 0%
B = 5.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE000F (or 0xFE000F) is known color: Torch Red. HEX triplet: FE, 00 and 0F. RGB value is (254,0,15). Sum of RGB (Red+Green+Blue) = 254+0+15=269 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.42% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 254 - color contains mainly: red. Hex color #FE000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE000F is #01FFF0. Grayscale: #4D4D4D. Windows color (decimal): -131057 or 983294. OLE color: 983294.

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

Color convert

RGB 254 0 15 -
CMYK 0 1 0.94 0.00
HSL 356.46º 1% 0.5% -
HSV(B) 356.46º 1% 1% -
XYZ 40.96 21.11 2.37 -
YUV 77.66 92.65 253.78 -
System Red Green Blue C M Y K H S L
Decimal 254 0 15 0 1 0.94 0.00 356.46 1 0.5
Hex FE 0 F 0 64 5E 0 164 64 32
Octal 376 0 17 0 144 136 0 544 144 62
Binary 11111110 0 1111 0 1100100 1011110 0 101100100 1100100 110010

Color Harmonies of #FE000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE000F

Black with #FE000F

Text Example


Text Example

White with #FE000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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