Html Css Color HEX #FED88D Caramel

📋 copy color: '#FED88D'

red 254 ◦ green 216 ◦ blue 141

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

Shades of Caramel #FED88D

Tints of Caramel #FED88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.35%

 BLUE value IS 141 (55.47% from 255) = 23.08%

R = 41.57%
G = 35.35%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED88D (or 0xFED88D) is known color: Caramel. HEX triplet: FE, D8 and 8D. RGB value is (254,216,141). Sum of RGB (Red+Green+Blue) = 254+216+141=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88D is #012772. Grayscale: #DBDBDB. Windows color (decimal): -75635 or 9296126. OLE color: 9296126.

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

Color convert

RGB 254 216 141 -
CMYK 0 0.15 0.44 0.00
HSL 39.82º 0.98% 0.77% -
HSV(B) 39.82º 0.44% 1% -
XYZ 70.24 72.11 35.42 -
YUV 218.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 254 216 141 0 0.15 0.44 0.00 39.82 0.98 0.77
Hex FE D8 8D 0 F 2C 0 28 62 4D
Octal 376 330 215 0 17 54 0 50 142 115
Binary 11111110 11011000 10001101 0 1111 101100 0 101000 1100010 1001101

Color Harmonies of #FED88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED88D

Black with #FED88D

Text Example


Text Example

White with #FED88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED88D; }

 p { color: rgb(254,216,141); }

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

background-color css

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

 a { background-color: rgb(254,216,141); }

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

border-color css

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

 span { border-color: rgb(254,216,141); }

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