Html Css Color HEX #FDD392 Caramel

📋 copy color: '#FDD392'

red 253 ◦ green 211 ◦ blue 146

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

Shades of Caramel #FDD392

Tints of Caramel #FDD392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.59%

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

R = 41.48%
G = 34.59%
B = 23.93%

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

#FDD392 (or 0xFDD392) is known color: Caramel. HEX triplet: FD, D3 and 92. RGB value is (253,211,146). Sum of RGB (Red+Green+Blue) = 253+211+146=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD392 is #022C6D. Grayscale: #D8D8D8. Windows color (decimal): -142446 or 9622525. OLE color: 9622525.

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

Color convert

RGB 253 211 146 -
CMYK 0 0.17 0.42 0.01
HSL 36.45º 0.96% 0.78% -
HSV(B) 36.45º 0.42% 0.99% -
XYZ 68.99 69.55 36.98 -
YUV 216.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 253 211 146 0 0.17 0.42 0.01 36.45 0.96 0.78
Hex FD D3 92 0 11 2A 1 24 60 4E
Octal 375 323 222 0 21 52 1 44 140 116
Binary 11111101 11010011 10010010 0 10001 101010 1 100100 1100000 1001110

Color Harmonies of #FDD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD392

Black with #FDD392

Text Example


Text Example

White with #FDD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD392; }

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

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

background-color css

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

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

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

border-color css

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

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

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