Html Css Color HEX #FED496 Caramel

📋 copy color: '#FED496'

red 254 ◦ green 212 ◦ blue 150

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

Shades of Caramel #FED496

Tints of Caramel #FED496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.35%

R = 41.23%
G = 34.42%
B = 24.35%

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

#FED496 (or 0xFED496) is known color: Caramel. HEX triplet: FE, D4 and 96. RGB value is (254,212,150). Sum of RGB (Red+Green+Blue) = 254+212+150=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FED496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED496 is #012B69. Grayscale: #D9D9D9. Windows color (decimal): -76650 or 9884926. OLE color: 9884926.

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

Color convert

RGB 254 212 150 -
CMYK 0 0.17 0.41 0.00
HSL 35.77º 0.98% 0.79% -
HSV(B) 35.77º 0.41% 1% -
XYZ 69.92 70.36 38.75 -
YUV 217.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 254 212 150 0 0.17 0.41 0.00 35.77 0.98 0.79
Hex FE D4 96 0 11 29 0 24 62 4F
Octal 376 324 226 0 21 51 0 44 142 117
Binary 11111110 11010100 10010110 0 10001 101001 0 100100 1100010 1001111

Color Harmonies of #FED496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED496

Black with #FED496

Text Example


Text Example

White with #FED496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED496; }

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

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

background-color css

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

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

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

border-color css

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

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

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