#FED99D

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

Shades of Frangipani #FED99D

Tints of Frangipani #FED99D

Color information

#FED99D (or 0xFED99D) is unknown color: approx Frangipani. HEX triplet: FE, D9 and 9D. RGB value is (254,217,157). Sum of RGB (Red+Green+Blue) = 254+217+157=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99D is #012662. Grayscale: #DDDDDD. Windows color (decimal): -75363 or 10344958. OLE color: 10344958.

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

Color convert

RGB254217157-
CMYK00.150.380.00
HSL37.11º97.98%80.59%-
HSV(B)37.11º38.19%99.61%-
XYZ71.7773.1342.23-
YUV221.2291.76151.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 157 (61.72% from 255) = 25%
R=40.45%
G=34.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421715700.150.380.0037.1197.9880.59
HexFED99D0F260256251
Octal37633123501746045142121
Binary11111110110110011001110101111100110010010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED99D; }

 p { color: rgb(254,217,157); }

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

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

 a { background-color: rgb(254,217,157); }

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

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

 span { border-color: rgb(254,217,157); }

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