Html Css Color HEX #FDD998 Caramel

📋 copy color: '#FDD998'

red 253 ◦ green 217 ◦ blue 152

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

Shades of Caramel #FDD998

Tints of Caramel #FDD998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.44%

R = 40.68%
G = 34.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDD998 (or 0xFDD998) is known color: Caramel. HEX triplet: FD, D9 and 98. RGB value is (253,217,152). Sum of RGB (Red+Green+Blue) = 253+217+152=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD998 is #022667. Grayscale: #DCDCDC. Windows color (decimal): -140904 or 10017277. OLE color: 10017277.

HSL color Cylindrical-coordinate representation of color #FDD998: hue angle of 38.61º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDD998 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 152 -
CMYK 0 0.14 0.40 0.01
HSL 38.61º 0.96% 0.79% -
HSV(B) 38.61º 0.4% 0.99% -
XYZ 70.99 72.78 40.01 -
YUV 220.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 253 217 152 0 0.14 0.40 0.01 38.61 0.96 0.79
Hex FD D9 98 0 E 28 1 27 60 4F
Octal 375 331 230 0 16 50 1 47 140 117
Binary 11111101 11011001 10011000 0 1110 101000 1 100111 1100000 1001111

Color Harmonies of #FDD998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD998

Black with #FDD998

Text Example


Text Example

White with #FDD998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD998; }

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

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

background-color css

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

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

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

border-color css

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

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

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