Html Css Color HEX #FED997 Caramel

📋 copy color: '#FED997'

red 254 ◦ green 217 ◦ blue 151

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

Shades of Caramel #FED997

Tints of Caramel #FED997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.28%

R = 40.84%
G = 34.89%
B = 24.28%

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

#FED997 (or 0xFED997) is known color: Caramel. HEX triplet: FE, D9 and 97. RGB value is (254,217,151). Sum of RGB (Red+Green+Blue) = 254+217+151=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED997 is #012668. Grayscale: #DCDCDC. Windows color (decimal): -75369 or 9951742. OLE color: 9951742.

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

Color convert

RGB 254 217 151 -
CMYK 0 0.15 0.41 0.00
HSL 38.45º 0.98% 0.79% -
HSV(B) 38.45º 0.41% 1% -
XYZ 71.27 72.93 39.6 -
YUV 220.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 254 217 151 0 0.15 0.41 0.00 38.45 0.98 0.79
Hex FE D9 97 0 F 29 0 26 62 4F
Octal 376 331 227 0 17 51 0 46 142 117
Binary 11111110 11011001 10010111 0 1111 101001 0 100110 1100010 1001111

Color Harmonies of #FED997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED997

Black with #FED997

Text Example


Text Example

White with #FED997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED997; }

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

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

background-color css

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

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

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

border-color css

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

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

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