#FE967D

Color #FE967D Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FE967D

Tints of Vivid Tangerine #FE967D

Color information

#FE967D (or 0xFE967D) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 96 and 7D. RGB value is (254,150,125). Sum of RGB (Red+Green+Blue) = 254+150+125=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE967D is #016982. Grayscale: #B2B2B2. Windows color (decimal): -92547 or 8230654. OLE color: 8230654.

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

Color convert

RGB254150125-
CMYK00.410.510.00
HSL11.63º98.47%74.31%-
HSV(B)11.63º50.79%99.61%-
XYZ55.4844.3625.04-
YUV178.2597.96182.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=48.02%
G=28.36%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415012500.410.510.0011.6398.4774.31
HexFE967D029330c624a
Octal37622617505163014142112
Binary1111111010010110111110101010011100110110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE967D; }

 p { color: rgb(254,150,125); }

 H1.HeaderClassName
 {
   color: #FE967D;
 }
 .AnyTagClassName
 {
   color: #FE967D;
 }
</style>
background-color css

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

 a { background-color: rgb(254,150,125); }

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

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

 span { border-color: rgb(254,150,125); }

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