Html Css Color HEX #FDD395 Caramel

📋 copy color: '#FDD395'

red 253 ◦ green 211 ◦ blue 149

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

Shades of Caramel #FDD395

Tints of Caramel #FDD395

RGB

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

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

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

R = 41.27%
G = 34.42%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD395 (or 0xFDD395) is known color: Caramel. HEX triplet: FD, D3 and 95. RGB value is (253,211,149). Sum of RGB (Red+Green+Blue) = 253+211+149=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD395 is #022C6A. Grayscale: #D8D8D8. Windows color (decimal): -142443 or 9819133. OLE color: 9819133.

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

Color convert

RGB 253 211 149 -
CMYK 0 0.17 0.41 0.01
HSL 35.77º 0.96% 0.79% -
HSV(B) 35.77º 0.41% 0.99% -
XYZ 69.23 69.64 38.23 -
YUV 216.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 253 211 149 0 0.17 0.41 0.01 35.77 0.96 0.79
Hex FD D3 95 0 11 29 1 24 60 4F
Octal 375 323 225 0 21 51 1 44 140 117
Binary 11111101 11010011 10010101 0 10001 101001 1 100100 1100000 1001111

Color Harmonies of #FDD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD395

Black with #FDD395

Text Example


Text Example

White with #FDD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD395; }

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

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

background-color css

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

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

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

border-color css

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

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

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