Html Css Color HEX #FED88F Caramel

📋 copy color: '#FED88F'

red 254 ◦ green 216 ◦ blue 143

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

Shades of Caramel #FED88F

Tints of Caramel #FED88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.33%

R = 41.44%
G = 35.24%
B = 23.33%

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

#FED88F (or 0xFED88F) is known color: Caramel. HEX triplet: FE, D8 and 8F. RGB value is (254,216,143). Sum of RGB (Red+Green+Blue) = 254+216+143=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88F is #012770. Grayscale: #DBDBDB. Windows color (decimal): -75633 or 9427198. OLE color: 9427198.

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

Color convert

RGB 254 216 143 -
CMYK 0 0.15 0.44 0.00
HSL 39.46º 0.98% 0.78% -
HSV(B) 39.46º 0.44% 1% -
XYZ 70.39 72.17 36.21 -
YUV 219.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 254 216 143 0 0.15 0.44 0.00 39.46 0.98 0.78
Hex FE D8 8F 0 F 2C 0 27 62 4E
Octal 376 330 217 0 17 54 0 47 142 116
Binary 11111110 11011000 10001111 0 1111 101100 0 100111 1100010 1001110

Color Harmonies of #FED88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED88F

Black with #FED88F

Text Example


Text Example

White with #FED88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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