#FE927D

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

Shades of Vivid Tangerine #FE927D

Tints of Vivid Tangerine #FE927D

Color information

#FE927D (or 0xFE927D) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 92 and 7D. RGB value is (254,146,125). Sum of RGB (Red+Green+Blue) = 254+146+125=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE927D is #016D82. Grayscale: #B0B0B0. Windows color (decimal): -93571 or 8229630. OLE color: 8229630.

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

Color convert

RGB254146125-
CMYK00.430.510.00
HSL9.77º98.47%74.31%-
HSV(B)9.77º50.79%99.61%-
XYZ54.8543.1124.83-
YUV175.999.28183.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=48.38%
G=27.81%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414612500.430.510.009.7798.4774.31
HexFE927D02B330a624a
Octal37622217505363012142112
Binary1111111010010010111110101010111100110101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE927D; }

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

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

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

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

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

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

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

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