Html Css Color HEX #FDD494 Caramel

📋 copy color: '#FDD494'

red 253 ◦ green 212 ◦ blue 148

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

Shades of Caramel #FDD494

Tints of Caramel #FDD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

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

R = 41.27%
G = 34.58%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD494 (or 0xFDD494) is known color: Caramel. HEX triplet: FD, D4 and 94. RGB value is (253,212,148). Sum of RGB (Red+Green+Blue) = 253+212+148=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD494 is #022B6B. Grayscale: #D9D9D9. Windows color (decimal): -142188 or 9753853. OLE color: 9753853.

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

Color convert

RGB 253 212 148 -
CMYK 0 0.16 0.42 0.01
HSL 36.57º 0.96% 0.79% -
HSV(B) 36.57º 0.42% 0.99% -
XYZ 69.4 70.11 37.89 -
YUV 216.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 253 212 148 0 0.16 0.42 0.01 36.57 0.96 0.79
Hex FD D4 94 0 10 2A 1 25 60 4F
Octal 375 324 224 0 20 52 1 45 140 117
Binary 11111101 11010100 10010100 0 10000 101010 1 100101 1100000 1001111

Color Harmonies of #FDD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD494

Black with #FDD494

Text Example


Text Example

White with #FDD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD494; }

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

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

background-color css

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

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

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

border-color css

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

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

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