Html Css Color HEX #FDD08E Caramel

📋 copy color: '#FDD08E'

red 253 ◦ green 208 ◦ blue 142

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

Shades of Caramel #FDD08E

Tints of Caramel #FDD08E

RGB

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

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

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

R = 41.96%
G = 34.49%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDD08E (or 0xFDD08E) is known color: Caramel. HEX triplet: FD, D0 and 8E. RGB value is (253,208,142). Sum of RGB (Red+Green+Blue) = 253+208+142=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08E is #022F71. Grayscale: #D6D6D6. Windows color (decimal): -143218 or 9359613. OLE color: 9359613.

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

Color convert

RGB 253 208 142 -
CMYK 0 0.18 0.44 0.01
HSL 35.68º 0.97% 0.77% -
HSV(B) 35.68º 0.44% 0.99% -
XYZ 67.95 67.95 35.13 -
YUV 213.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 253 208 142 0 0.18 0.44 0.01 35.68 0.97 0.77
Hex FD D0 8E 0 12 2C 1 24 61 4D
Octal 375 320 216 0 22 54 1 44 141 115
Binary 11111101 11010000 10001110 0 10010 101100 1 100100 1100001 1001101

Color Harmonies of #FDD08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD08E

Black with #FDD08E

Text Example


Text Example

White with #FDD08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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