Html Css Color HEX #FED995 Caramel

📋 copy color: '#FED995'

red 254 ◦ green 217 ◦ blue 149

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

Shades of Caramel #FED995

Tints of Caramel #FED995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35%

 BLUE value IS 149 (58.59% from 255) = 24.03%

R = 40.97%
G = 35%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED995 (or 0xFED995) is known color: Caramel. HEX triplet: FE, D9 and 95. RGB value is (254,217,149). Sum of RGB (Red+Green+Blue) = 254+217+149=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED995 is #01266A. Grayscale: #DCDCDC. Windows color (decimal): -75371 or 9820670. OLE color: 9820670.

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

Color convert

RGB 254 217 149 -
CMYK 0 0.15 0.41 0.00
HSL 38.86º 0.98% 0.79% -
HSV(B) 38.86º 0.41% 1% -
XYZ 71.11 72.87 38.75 -
YUV 220.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 254 217 149 0 0.15 0.41 0.00 38.86 0.98 0.79
Hex FE D9 95 0 F 29 0 27 62 4F
Octal 376 331 225 0 17 51 0 47 142 117
Binary 11111110 11011001 10010101 0 1111 101001 0 100111 1100010 1001111

Color Harmonies of #FED995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED995

Black with #FED995

Text Example


Text Example

White with #FED995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED995; }

 p { color: rgb(254,217,149); }

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

background-color css

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

 a { background-color: rgb(254,217,149); }

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

border-color css

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

 span { border-color: rgb(254,217,149); }

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