Html Css Color HEX #FE0F00 Red

📋 copy color: '#FE0F00'

red 254 ◦ green 15 ◦ blue 0

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

Shades of Red #FE0F00

Tints of Red #FE0F00

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 15 0 -
CMYK 0 0.94 1 0.00
HSL 3.54º 1% 0.5% -
HSV(B) 3.54º 1% 1% -
XYZ 41.04 21.41 1.97 -
YUV 84.75 80.18 248.72 -
System Red Green Blue C M Y K H S L
Decimal 254 15 0 0 0.94 1 0.00 3.54 1 0.5
Hex FE F 0 0 5E 64 0 4 64 32
Octal 376 17 0 0 136 144 0 4 144 62
Binary 11111110 1111 0 0 1011110 1100100 0 100 1100100 110010

Color Harmonies of #FE0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F00

Black with #FE0F00

Text Example


Text Example

White with #FE0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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