Html Css Color HEX #FDD394 Caramel

📋 copy color: '#FDD394'

red 253 ◦ green 211 ◦ blue 148

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

Shades of Caramel #FDD394

Tints of Caramel #FDD394

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.48%

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

R = 41.34%
G = 34.48%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD394 (or 0xFDD394) is known color: Caramel. HEX triplet: FD, D3 and 94. RGB value is (253,211,148). Sum of RGB (Red+Green+Blue) = 253+211+148=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD394 is #022C6B. Grayscale: #D8D8D8. Windows color (decimal): -142444 or 9753597. OLE color: 9753597.

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

Color convert

RGB 253 211 148 -
CMYK 0 0.17 0.42 0.01
HSL 36º 0.96% 0.79% -
HSV(B) 36º 0.42% 0.99% -
XYZ 69.15 69.61 37.81 -
YUV 216.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 253 211 148 0 0.17 0.42 0.01 36 0.96 0.79
Hex FD D3 94 0 11 2A 1 24 60 4F
Octal 375 323 224 0 21 52 1 44 140 117
Binary 11111101 11010011 10010100 0 10001 101010 1 100100 1100000 1001111

Color Harmonies of #FDD394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD394

Black with #FDD394

Text Example


Text Example

White with #FDD394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD394; }

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

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

background-color css

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

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

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

border-color css

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

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

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