Html Css Color HEX #FDD593 Caramel

📋 copy color: '#FDD593'

red 253 ◦ green 213 ◦ blue 147

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

Shades of Caramel #FDD593

Tints of Caramel #FDD593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.98%

R = 41.27%
G = 34.75%
B = 23.98%

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

#FDD593 (or 0xFDD593) is known color: Caramel. HEX triplet: FD, D5 and 93. RGB value is (253,213,147). Sum of RGB (Red+Green+Blue) = 253+213+147=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD593 is #022A6C. Grayscale: #D9D9D9. Windows color (decimal): -141933 or 9688573. OLE color: 9688573.

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

Color convert

RGB 253 213 147 -
CMYK 0 0.16 0.42 0.01
HSL 37.36º 0.96% 0.78% -
HSV(B) 37.36º 0.42% 0.99% -
XYZ 69.57 70.58 37.56 -
YUV 217.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 253 213 147 0 0.16 0.42 0.01 37.36 0.96 0.78
Hex FD D5 93 0 10 2A 1 25 60 4E
Octal 375 325 223 0 20 52 1 45 140 116
Binary 11111101 11010101 10010011 0 10000 101010 1 100101 1100000 1001110

Color Harmonies of #FDD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD593

Black with #FDD593

Text Example


Text Example

White with #FDD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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