Html Css Color HEX #FED497 Caramel

📋 copy color: '#FED497'

red 254 ◦ green 212 ◦ blue 151

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

Shades of Caramel #FED497

Tints of Caramel #FED497

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.36%

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

R = 41.17%
G = 34.36%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED497 (or 0xFED497) is known color: Caramel. HEX triplet: FE, D4 and 97. RGB value is (254,212,151). Sum of RGB (Red+Green+Blue) = 254+212+151=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED497 is #012B68. Grayscale: #D9D9D9. Windows color (decimal): -76649 or 9950462. OLE color: 9950462.

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

Color convert

RGB 254 212 151 -
CMYK 0 0.17 0.41 0.00
HSL 35.53º 0.98% 0.79% -
HSV(B) 35.53º 0.41% 1% -
XYZ 70 70.39 39.18 -
YUV 217.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 254 212 151 0 0.17 0.41 0.00 35.53 0.98 0.79
Hex FE D4 97 0 11 29 0 24 62 4F
Octal 376 324 227 0 21 51 0 44 142 117
Binary 11111110 11010100 10010111 0 10001 101001 0 100100 1100010 1001111

Color Harmonies of #FED497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED497

Black with #FED497

Text Example


Text Example

White with #FED497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED497; }

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

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

background-color css

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

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

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

border-color css

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

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

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