Html Css Color HEX #FED595 Caramel

📋 copy color: '#FED595'

red 254 ◦ green 213 ◦ blue 149

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

Shades of Caramel #FED595

Tints of Caramel #FED595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.58%

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

R = 41.23%
G = 34.58%
B = 24.19%

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

#FED595 (or 0xFED595) is known color: Caramel. HEX triplet: FE, D5 and 95. RGB value is (254,213,149). Sum of RGB (Red+Green+Blue) = 254+213+149=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FED595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED595 is #012A6A. Grayscale: #DADADA. Windows color (decimal): -76395 or 9819646. OLE color: 9819646.

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

Color convert

RGB 254 213 149 -
CMYK 0 0.16 0.41 0.00
HSL 36.57º 0.98% 0.79% -
HSV(B) 36.57º 0.41% 1% -
XYZ 70.09 70.83 38.41 -
YUV 217.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 254 213 149 0 0.16 0.41 0.00 36.57 0.98 0.79
Hex FE D5 95 0 10 29 0 25 62 4F
Octal 376 325 225 0 20 51 0 45 142 117
Binary 11111110 11010101 10010101 0 10000 101001 0 100101 1100010 1001111

Color Harmonies of #FED595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED595

Black with #FED595

Text Example


Text Example

White with #FED595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED595; }

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

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

background-color css

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

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

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

border-color css

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

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

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