Html Css Color HEX #FDD692 Caramel

📋 copy color: '#FDD692'

red 253 ◦ green 214 ◦ blue 146

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

Shades of Caramel #FDD692

Tints of Caramel #FDD692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.91%

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

R = 41.27%
G = 34.91%
B = 23.82%

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

#FDD692 (or 0xFDD692) is known color: Caramel. HEX triplet: FD, D6 and 92. RGB value is (253,214,146). Sum of RGB (Red+Green+Blue) = 253+214+146=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD692 is #02296D. Grayscale: #DADADA. Windows color (decimal): -141678 or 9623293. OLE color: 9623293.

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

Color convert

RGB 253 214 146 -
CMYK 0 0.15 0.42 0.01
HSL 38.13º 0.96% 0.78% -
HSV(B) 38.13º 0.42% 0.99% -
XYZ 69.74 71.05 37.23 -
YUV 217.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 253 214 146 0 0.15 0.42 0.01 38.13 0.96 0.78
Hex FD D6 92 0 F 2A 1 26 60 4E
Octal 375 326 222 0 17 52 1 46 140 116
Binary 11111101 11010110 10010010 0 1111 101010 1 100110 1100000 1001110

Color Harmonies of #FDD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD692

Black with #FDD692

Text Example


Text Example

White with #FDD692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD692; }

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

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

background-color css

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

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

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

border-color css

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

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

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