Html Css Color HEX #FDD594 Caramel

📋 copy color: '#FDD594'

red 253 ◦ green 213 ◦ blue 148

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

Shades of Caramel #FDD594

Tints of Caramel #FDD594

RGB

 RED value IS 253 (99.22% from 255) = 41.21%

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

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

R = 41.21%
G = 34.69%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD594 (or 0xFDD594) is known color: Caramel. HEX triplet: FD, D5 and 94. RGB value is (253,213,148). Sum of RGB (Red+Green+Blue) = 253+213+148=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD594 is #022A6B. Grayscale: #D9D9D9. Windows color (decimal): -141932 or 9754109. OLE color: 9754109.

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

Color convert

RGB 253 213 148 -
CMYK 0 0.16 0.42 0.01
HSL 37.14º 0.96% 0.79% -
HSV(B) 37.14º 0.42% 0.99% -
XYZ 69.65 70.61 37.98 -
YUV 217.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 253 213 148 0 0.16 0.42 0.01 37.14 0.96 0.79
Hex FD D5 94 0 10 2A 1 25 60 4F
Octal 375 325 224 0 20 52 1 45 140 117
Binary 11111101 11010101 10010100 0 10000 101010 1 100101 1100000 1001111

Color Harmonies of #FDD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD594

Black with #FDD594

Text Example


Text Example

White with #FDD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD594; }

 p { color: rgb(253,213,148); }

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

background-color css

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

 a { background-color: rgb(253,213,148); }

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

border-color css

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

 span { border-color: rgb(253,213,148); }

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