Html Css Color HEX #FDD793 Caramel

📋 copy color: '#FDD793'

red 253 ◦ green 215 ◦ blue 147

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

Shades of Caramel #FDD793

Tints of Caramel #FDD793

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.96%

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

R = 41.14%
G = 34.96%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD793 (or 0xFDD793) is known color: Caramel. HEX triplet: FD, D7 and 93. RGB value is (253,215,147). Sum of RGB (Red+Green+Blue) = 253+215+147=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD793 is #02286C. Grayscale: #DADADA. Windows color (decimal): -141421 or 9689085. OLE color: 9689085.

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

Color convert

RGB 253 215 147 -
CMYK 0 0.15 0.42 0.01
HSL 38.49º 0.96% 0.78% -
HSV(B) 38.49º 0.42% 0.99% -
XYZ 70.07 71.59 37.73 -
YUV 218.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 253 215 147 0 0.15 0.42 0.01 38.49 0.96 0.78
Hex FD D7 93 0 F 2A 1 26 60 4E
Octal 375 327 223 0 17 52 1 46 140 116
Binary 11111101 11010111 10010011 0 1111 101010 1 100110 1100000 1001110

Color Harmonies of #FDD793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD793

Black with #FDD793

Text Example


Text Example

White with #FDD793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD793; }

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

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

background-color css

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

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

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

border-color css

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

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

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