Html Css Color HEX #FDD293 Caramel

📋 copy color: '#FDD293'

red 253 ◦ green 210 ◦ blue 147

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

Shades of Caramel #FDD293

Tints of Caramel #FDD293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.43%

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

R = 41.48%
G = 34.43%
B = 24.1%

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

#FDD293 (or 0xFDD293) is known color: Caramel. HEX triplet: FD, D2 and 93. RGB value is (253,210,147). Sum of RGB (Red+Green+Blue) = 253+210+147=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD293 is #022D6C. Grayscale: #D7D7D7. Windows color (decimal): -142701 or 9687805. OLE color: 9687805.

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

Color convert

RGB 253 210 147 -
CMYK 0 0.17 0.42 0.01
HSL 35.66º 0.96% 0.78% -
HSV(B) 35.66º 0.42% 0.99% -
XYZ 68.82 69.08 37.31 -
YUV 215.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 253 210 147 0 0.17 0.42 0.01 35.66 0.96 0.78
Hex FD D2 93 0 11 2A 1 24 60 4E
Octal 375 322 223 0 21 52 1 44 140 116
Binary 11111101 11010010 10010011 0 10001 101010 1 100100 1100000 1001110

Color Harmonies of #FDD293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD293

Black with #FDD293

Text Example


Text Example

White with #FDD293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD293; }

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

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

background-color css

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

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

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

border-color css

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

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

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