Html Css Color HEX #FDD296 Caramel

📋 copy color: '#FDD296'

red 253 ◦ green 210 ◦ blue 150

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

Shades of Caramel #FDD296

Tints of Caramel #FDD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.26%

 BLUE value IS 150 (58.98% from 255) = 24.47%

R = 41.27%
G = 34.26%
B = 24.47%

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

#FDD296 (or 0xFDD296) is known color: Caramel. HEX triplet: FD, D2 and 96. RGB value is (253,210,150). Sum of RGB (Red+Green+Blue) = 253+210+150=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD296 is #022D69. Grayscale: #D8D8D8. Windows color (decimal): -142698 or 9884413. OLE color: 9884413.

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

Color convert

RGB 253 210 150 -
CMYK 0 0.17 0.41 0.01
HSL 34.95º 0.96% 0.79% -
HSV(B) 34.95º 0.41% 0.99% -
XYZ 69.06 69.18 38.57 -
YUV 216.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 253 210 150 0 0.17 0.41 0.01 34.95 0.96 0.79
Hex FD D2 96 0 11 29 1 23 60 4F
Octal 375 322 226 0 21 51 1 43 140 117
Binary 11111101 11010010 10010110 0 10001 101001 1 100011 1100000 1001111

Color Harmonies of #FDD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD296

Black with #FDD296

Text Example


Text Example

White with #FDD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD296; }

 p { color: rgb(253,210,150); }

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

background-color css

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

 a { background-color: rgb(253,210,150); }

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

border-color css

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

 span { border-color: rgb(253,210,150); }

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