#FED59F

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

Shades of Frangipani #FED59F

Tints of Frangipani #FED59F

Color information

#FED59F (or 0xFED59F) is unknown color: approx Frangipani. HEX triplet: FE, D5 and 9F. RGB value is (254,213,159). Sum of RGB (Red+Green+Blue) = 254+213+159=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 159 (62.5% from 255 or 25.40% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED59F is #012A60. Grayscale: #DBDBDB. Windows color (decimal): -76385 or 10475006. OLE color: 10475006.

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

Color convert

RGB254213159-
CMYK00.160.370.00
HSL34.11º97.94%80.98%-
HSV(B)34.11º37.4%99.61%-
XYZ70.9371.1642.8-
YUV219.194.08152.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 159 (62.5% from 255) = 25.40%
R=40.58%
G=34.03%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421315900.160.370.0034.1197.9480.98
HexFED59F010250226251
Octal37632523702045042142121
Binary111111101101010110011111010000100101010001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED59F; }

 p { color: rgb(254,213,159); }

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

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

 a { background-color: rgb(254,213,159); }

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

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

 span { border-color: rgb(254,213,159); }

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