Html Css Color HEX #FED88E Caramel

📋 copy color: '#FED88E'

red 254 ◦ green 216 ◦ blue 142

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

Shades of Caramel #FED88E

Tints of Caramel #FED88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.2%

R = 41.5%
G = 35.29%
B = 23.2%

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

#FED88E (or 0xFED88E) is known color: Caramel. HEX triplet: FE, D8 and 8E. RGB value is (254,216,142). Sum of RGB (Red+Green+Blue) = 254+216+142=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88E is #012771. Grayscale: #DBDBDB. Windows color (decimal): -75634 or 9361662. OLE color: 9361662.

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

Color convert

RGB 254 216 142 -
CMYK 0 0.15 0.44 0.00
HSL 39.64º 0.98% 0.78% -
HSV(B) 39.64º 0.44% 1% -
XYZ 70.31 72.14 35.81 -
YUV 218.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 254 216 142 0 0.15 0.44 0.00 39.64 0.98 0.78
Hex FE D8 8E 0 F 2C 0 28 62 4E
Octal 376 330 216 0 17 54 0 50 142 116
Binary 11111110 11011000 10001110 0 1111 101100 0 101000 1100010 1001110

Color Harmonies of #FED88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED88E

Black with #FED88E

Text Example


Text Example

White with #FED88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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