Html Css Color HEX #FDD098 Caramel

📋 copy color: '#FDD098'

red 253 ◦ green 208 ◦ blue 152

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

Shades of Caramel #FDD098

Tints of Caramel #FDD098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.93%

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

R = 41.27%
G = 33.93%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDD098 (or 0xFDD098) is known color: Caramel. HEX triplet: FD, D0 and 98. RGB value is (253,208,152). Sum of RGB (Red+Green+Blue) = 253+208+152=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD098 is #022F67. Grayscale: #D7D7D7. Windows color (decimal): -143208 or 10014973. OLE color: 10014973.

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

Color convert

RGB 253 208 152 -
CMYK 0 0.18 0.40 0.01
HSL 33.27º 0.96% 0.79% -
HSV(B) 33.27º 0.4% 0.99% -
XYZ 68.73 68.26 39.26 -
YUV 215.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 253 208 152 0 0.18 0.40 0.01 33.27 0.96 0.79
Hex FD D0 98 0 12 28 1 21 60 4F
Octal 375 320 230 0 22 50 1 41 140 117
Binary 11111101 11010000 10011000 0 10010 101000 1 100001 1100000 1001111

Color Harmonies of #FDD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD098

Black with #FDD098

Text Example


Text Example

White with #FDD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD098; }

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

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

background-color css

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

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

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

border-color css

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

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

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