Html Css Color HEX #FDD98F Caramel

📋 copy color: '#FDD98F'

red 253 ◦ green 217 ◦ blue 143

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

Shades of Caramel #FDD98F

Tints of Caramel #FDD98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.33%

R = 41.27%
G = 35.4%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDD98F (or 0xFDD98F) is known color: Caramel. HEX triplet: FD, D9 and 8F. RGB value is (253,217,143). Sum of RGB (Red+Green+Blue) = 253+217+143=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD98F is #022670. Grayscale: #DBDBDB. Windows color (decimal): -140913 or 9427453. OLE color: 9427453.

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

Color convert

RGB 253 217 143 -
CMYK 0 0.14 0.43 0.01
HSL 40.36º 0.96% 0.78% -
HSV(B) 40.36º 0.43% 0.99% -
XYZ 70.28 72.49 36.27 -
YUV 219.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 253 217 143 0 0.14 0.43 0.01 40.36 0.96 0.78
Hex FD D9 8F 0 E 2B 1 28 60 4E
Octal 375 331 217 0 16 53 1 50 140 116
Binary 11111101 11011001 10001111 0 1110 101011 1 101000 1100000 1001110

Color Harmonies of #FDD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD98F

Black with #FDD98F

Text Example


Text Example

White with #FDD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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