Html Css Color HEX #FDD994 Caramel

📋 copy color: '#FDD994'

red 253 ◦ green 217 ◦ blue 148

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

Shades of Caramel #FDD994

Tints of Caramel #FDD994

RGB

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

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

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

R = 40.94%
G = 35.11%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD994 (or 0xFDD994) is known color: Caramel. HEX triplet: FD, D9 and 94. RGB value is (253,217,148). Sum of RGB (Red+Green+Blue) = 253+217+148=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD994 is #02266B. Grayscale: #DCDCDC. Windows color (decimal): -140908 or 9755133. OLE color: 9755133.

HSL color Cylindrical-coordinate representation of color #FDD994: hue angle of 39.43º 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 #FDD994 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 148 -
CMYK 0 0.14 0.42 0.01
HSL 39.43º 0.96% 0.79% -
HSV(B) 39.43º 0.42% 0.99% -
XYZ 70.67 72.65 38.31 -
YUV 219.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 253 217 148 0 0.14 0.42 0.01 39.43 0.96 0.79
Hex FD D9 94 0 E 2A 1 27 60 4F
Octal 375 331 224 0 16 52 1 47 140 117
Binary 11111101 11011001 10010100 0 1110 101010 1 100111 1100000 1001111

Color Harmonies of #FDD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD994

Black with #FDD994

Text Example


Text Example

White with #FDD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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