Html Css Color HEX #FDD59F Frangipani

📋 copy color: '#FDD59F'

red 253 ◦ green 213 ◦ blue 159

#FDD59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frangipani #FDD59F

Tints of Frangipani #FDD59F

RGB

 RED value IS 253 (99.22% from 255) = 40.48%

 GREEN value IS 213 (83.59% from 255) = 34.08%

 BLUE value IS 159 (62.5% from 255) = 25.44%

R = 40.48%
G = 34.08%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDD59F (or 0xFDD59F) is known color: Frangipani. HEX triplet: FD, D5 and 9F. RGB value is (253,213,159). Sum of RGB (Red+Green+Blue) = 253+213+159=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD59F is #022A60. Grayscale: #DBDBDB. Windows color (decimal): -141921 or 10475005. OLE color: 10475005.

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

Color convert

RGB 253 213 159 -
CMYK 0 0.16 0.37 0.01
HSL 34.47º 0.96% 0.81% -
HSV(B) 34.47º 0.37% 0.99% -
XYZ 70.56 70.97 42.78 -
YUV 218.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 253 213 159 0 0.16 0.37 0.01 34.47 0.96 0.81
Hex FD D5 9F 0 10 25 1 22 60 51
Octal 375 325 237 0 20 45 1 42 140 121
Binary 11111101 11010101 10011111 0 10000 100101 1 100010 1100000 1010001

Color Harmonies of #FDD59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD59F

Black with #FDD59F

Text Example


Text Example

White with #FDD59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD59F; }

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

 H1.HeaderClassName
 {
   color: #FDD59F;
 }
 .AnyTagClassName
 {
   color: #FDD59F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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