Html Css Color HEX #FDD194 Caramel

📋 copy color: '#FDD194'

red 253 ◦ green 209 ◦ blue 148

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

Shades of Caramel #FDD194

Tints of Caramel #FDD194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.26%

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

R = 41.48%
G = 34.26%
B = 24.26%

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

#FDD194 (or 0xFDD194) is known color: Caramel. HEX triplet: FD, D1 and 94. RGB value is (253,209,148). Sum of RGB (Red+Green+Blue) = 253+209+148=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD194 is #022E6B. Grayscale: #D7D7D7. Windows color (decimal): -142956 or 9753085. OLE color: 9753085.

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

Color convert

RGB 253 209 148 -
CMYK 0 0.17 0.42 0.01
HSL 34.86º 0.96% 0.79% -
HSV(B) 34.86º 0.42% 0.99% -
XYZ 68.65 68.62 37.64 -
YUV 215.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 253 209 148 0 0.17 0.42 0.01 34.86 0.96 0.79
Hex FD D1 94 0 11 2A 1 23 60 4F
Octal 375 321 224 0 21 52 1 43 140 117
Binary 11111101 11010001 10010100 0 10001 101010 1 100011 1100000 1001111

Color Harmonies of #FDD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD194

Black with #FDD194

Text Example


Text Example

White with #FDD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD194; }

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

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

background-color css

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

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

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

border-color css

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

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

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