Html Css Color HEX #FDD98E Caramel

📋 copy color: '#FDD98E'

red 253 ◦ green 217 ◦ blue 142

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

Shades of Caramel #FDD98E

Tints of Caramel #FDD98E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.46%

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

R = 41.34%
G = 35.46%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDD98E (or 0xFDD98E) is known color: Caramel. HEX triplet: FD, D9 and 8E. RGB value is (253,217,142). Sum of RGB (Red+Green+Blue) = 253+217+142=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD98E is #022671. Grayscale: #DBDBDB. Windows color (decimal): -140914 or 9361917. OLE color: 9361917.

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

Color convert

RGB 253 217 142 -
CMYK 0 0.14 0.44 0.01
HSL 40.54º 0.97% 0.77% -
HSV(B) 40.54º 0.44% 0.99% -
XYZ 70.2 72.46 35.88 -
YUV 219.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 253 217 142 0 0.14 0.44 0.01 40.54 0.97 0.77
Hex FD D9 8E 0 E 2C 1 29 61 4D
Octal 375 331 216 0 16 54 1 51 141 115
Binary 11111101 11011001 10001110 0 1110 101100 1 101001 1100001 1001101

Color Harmonies of #FDD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD98E

Black with #FDD98E

Text Example


Text Example

White with #FDD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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