Html Css Color HEX #FDD08F Caramel

📋 copy color: '#FDD08F'

red 253 ◦ green 208 ◦ blue 143

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

Shades of Caramel #FDD08F

Tints of Caramel #FDD08F

RGB

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

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

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

R = 41.89%
G = 34.44%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDD08F (or 0xFDD08F) is known color: Caramel. HEX triplet: FD, D0 and 8F. RGB value is (253,208,143). Sum of RGB (Red+Green+Blue) = 253+208+143=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08F is #022F70. Grayscale: #D6D6D6. Windows color (decimal): -143217 or 9425149. OLE color: 9425149.

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

Color convert

RGB 253 208 143 -
CMYK 0 0.18 0.43 0.01
HSL 35.45º 0.96% 0.78% -
HSV(B) 35.45º 0.43% 0.99% -
XYZ 68.02 67.98 35.52 -
YUV 214.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 253 208 143 0 0.18 0.43 0.01 35.45 0.96 0.78
Hex FD D0 8F 0 12 2B 1 23 60 4E
Octal 375 320 217 0 22 53 1 43 140 116
Binary 11111101 11010000 10001111 0 10010 101011 1 100011 1100000 1001110

Color Harmonies of #FDD08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD08F

Black with #FDD08F

Text Example


Text Example

White with #FDD08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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