Html Css Color HEX #FED695 Caramel

📋 copy color: '#FED695'

red 254 ◦ green 214 ◦ blue 149

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

Shades of Caramel #FED695

Tints of Caramel #FED695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.68%

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

R = 41.17%
G = 34.68%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED695 (or 0xFED695) is known color: Caramel. HEX triplet: FE, D6 and 95. RGB value is (254,214,149). Sum of RGB (Red+Green+Blue) = 254+214+149=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED695 is #01296A. Grayscale: #DADADA. Windows color (decimal): -76139 or 9819902. OLE color: 9819902.

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

Color convert

RGB 254 214 149 -
CMYK 0 0.16 0.41 0.00
HSL 37.14º 0.98% 0.79% -
HSV(B) 37.14º 0.41% 1% -
XYZ 70.34 71.33 38.5 -
YUV 218.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 254 214 149 0 0.16 0.41 0.00 37.14 0.98 0.79
Hex FE D6 95 0 10 29 0 25 62 4F
Octal 376 326 225 0 20 51 0 45 142 117
Binary 11111110 11010110 10010101 0 10000 101001 0 100101 1100010 1001111

Color Harmonies of #FED695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED695

Black with #FED695

Text Example


Text Example

White with #FED695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED695; }

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

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

background-color css

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

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

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

border-color css

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

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

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