Html Css Color HEX #FED694 Caramel

📋 copy color: '#FED694'

red 254 ◦ green 214 ◦ blue 148

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

Shades of Caramel #FED694

Tints of Caramel #FED694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.03%

R = 41.23%
G = 34.74%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FED694 (or 0xFED694) is known color: Caramel. HEX triplet: FE, D6 and 94. RGB value is (254,214,148). Sum of RGB (Red+Green+Blue) = 254+214+148=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FED694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED694 is #01296B. Grayscale: #DADADA. Windows color (decimal): -76140 or 9754366. OLE color: 9754366.

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

Color convert

RGB 254 214 148 -
CMYK 0 0.16 0.42 0.00
HSL 37.36º 0.98% 0.79% -
HSV(B) 37.36º 0.42% 1% -
XYZ 70.26 71.3 38.08 -
YUV 218.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 254 214 148 0 0.16 0.42 0.00 37.36 0.98 0.79
Hex FE D6 94 0 10 2A 0 25 62 4F
Octal 376 326 224 0 20 52 0 45 142 117
Binary 11111110 11010110 10010100 0 10000 101010 0 100101 1100010 1001111

Color Harmonies of #FED694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED694

Black with #FED694

Text Example


Text Example

White with #FED694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED694; }

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

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

background-color css

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

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

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

border-color css

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

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

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