Html Css Color HEX #FED39F Frangipani

📋 copy color: '#FED39F'

red 254 ◦ green 211 ◦ blue 159

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

Shades of Frangipani #FED39F

Tints of Frangipani #FED39F

RGB

 RED value IS 254 (99.61% from 255) = 40.71%

 GREEN value IS 211 (82.81% from 255) = 33.81%

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

R = 40.71%
G = 33.81%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED39F (or 0xFED39F) is known color: Frangipani. HEX triplet: FE, D3 and 9F. RGB value is (254,211,159). Sum of RGB (Red+Green+Blue) = 254+211+159=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED39F is #012C60. Grayscale: #DADADA. Windows color (decimal): -76897 or 10474494. OLE color: 10474494.

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

Color convert

RGB 254 211 159 -
CMYK 0 0.17 0.37 0.00
HSL 32.84º 0.98% 0.81% -
HSV(B) 32.84º 0.37% 1% -
XYZ 70.43 70.16 42.63 -
YUV 217.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 254 211 159 0 0.17 0.37 0.00 32.84 0.98 0.81
Hex FE D3 9F 0 11 25 0 21 62 51
Octal 376 323 237 0 21 45 0 41 142 121
Binary 11111110 11010011 10011111 0 10001 100101 0 100001 1100010 1010001

Color Harmonies of #FED39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED39F

Black with #FED39F

Text Example


Text Example

White with #FED39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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