#FFD69F

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

Shades of Frangipani #FFD69F

Tints of Frangipani #FFD69F

Color information

#FFD69F (or 0xFFD69F) is unknown color: approx Frangipani. HEX triplet: FF, D6 and 9F. RGB value is (255,214,159). Sum of RGB (Red+Green+Blue) = 255+214+159=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD69F is #002960. Grayscale: #DCDCDC. Windows color (decimal): -10593 or 10475263. OLE color: 10475263.

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

Color convert

RGB255214159-
CMYK00.160.380
HSL34.38º100%81.18%-
HSV(B)34.38º37.65%100%-
XYZ71.5471.8642.9-
YUV219.9993.58152.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 159 (62.5% from 255) = 25.32%
R=40.61%
G=34.08%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521415900.160.38034.3810081.18
HexFFD69F010260226451
Octal37732623702046042144121
Binary111111111101011010011111010000100110010001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD69F; }

 p { color: rgb(255,214,159); }

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

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

 a { background-color: rgb(255,214,159); }

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

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

 span { border-color: rgb(255,214,159); }

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