Html Css Color HEX #FDD38E Caramel

📋 copy color: '#FDD38E'

red 253 ◦ green 211 ◦ blue 142

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

Shades of Caramel #FDD38E

Tints of Caramel #FDD38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.43%

R = 41.75%
G = 34.82%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDD38E (or 0xFDD38E) is known color: Caramel. HEX triplet: FD, D3 and 8E. RGB value is (253,211,142). Sum of RGB (Red+Green+Blue) = 253+211+142=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD38E is #022C71. Grayscale: #D8D8D8. Windows color (decimal): -142450 or 9360381. OLE color: 9360381.

HSL color Cylindrical-coordinate representation of color #FDD38E: hue angle of 37.3º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD38E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 142 -
CMYK 0 0.17 0.44 0.01
HSL 37.3º 0.97% 0.77% -
HSV(B) 37.3º 0.44% 0.99% -
XYZ 68.68 69.42 35.37 -
YUV 215.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 253 211 142 0 0.17 0.44 0.01 37.3 0.97 0.77
Hex FD D3 8E 0 11 2C 1 25 61 4D
Octal 375 323 216 0 21 54 1 45 141 115
Binary 11111101 11010011 10001110 0 10001 101100 1 100101 1100001 1001101

Color Harmonies of #FDD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD38E

Black with #FDD38E

Text Example


Text Example

White with #FDD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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