Html Css Color HEX #FDD592 Caramel

📋 copy color: '#FDD592'

red 253 ◦ green 213 ◦ blue 146

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

Shades of Caramel #FDD592

Tints of Caramel #FDD592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.8%

 BLUE value IS 146 (57.42% from 255) = 23.86%

R = 41.34%
G = 34.8%
B = 23.86%

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

#FDD592 (or 0xFDD592) is known color: Caramel. HEX triplet: FD, D5 and 92. RGB value is (253,213,146). Sum of RGB (Red+Green+Blue) = 253+213+146=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD592 is #022A6D. Grayscale: #D9D9D9. Windows color (decimal): -141934 or 9623037. OLE color: 9623037.

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

Color convert

RGB 253 213 146 -
CMYK 0 0.16 0.42 0.01
HSL 37.57º 0.96% 0.78% -
HSV(B) 37.57º 0.42% 0.99% -
XYZ 69.49 70.55 37.15 -
YUV 217.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 253 213 146 0 0.16 0.42 0.01 37.57 0.96 0.78
Hex FD D5 92 0 10 2A 1 26 60 4E
Octal 375 325 222 0 20 52 1 46 140 116
Binary 11111101 11010101 10010010 0 10000 101010 1 100110 1100000 1001110

Color Harmonies of #FDD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD592

Black with #FDD592

Text Example


Text Example

White with #FDD592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD592; }

 p { color: rgb(253,213,146); }

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

background-color css

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

 a { background-color: rgb(253,213,146); }

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

border-color css

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

 span { border-color: rgb(253,213,146); }

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