#FED39E

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

Shades of Frangipani #FED39E

Tints of Frangipani #FED39E

Color information

#FED39E (or 0xFED39E) is unknown color: approx Frangipani. HEX triplet: FE, D3 and 9E. RGB value is (254,211,158). Sum of RGB (Red+Green+Blue) = 254+211+158=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FED39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED39E is #012C61. Grayscale: #DADADA. Windows color (decimal): -76898 or 10408958. OLE color: 10408958.

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

Color convert

RGB254211158-
CMYK00.170.380.00
HSL33.12º97.96%80.78%-
HSV(B)33.12º37.8%99.61%-
XYZ70.3470.1342.18-
YUV217.8294.25153.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 158 (62.11% from 255) = 25.36%
R=40.77%
G=33.87%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421115800.170.380.0033.1297.9680.78
HexFED39E011260216251
Octal37632323602146041142121
Binary111111101101001110011110010001100110010000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED39E; }

 p { color: rgb(254,211,158); }

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

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

 a { background-color: rgb(254,211,158); }

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

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

 span { border-color: rgb(254,211,158); }

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