Html Css Color HEX #FFD495 Caramel

📋 copy color: '#FFD495'

red 255 ◦ green 212 ◦ blue 149

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

Shades of Caramel #FFD495

Tints of Caramel #FFD495

RGB

 RED value IS 255 (100% from 255) = 41.4%

 GREEN value IS 212 (83.2% from 255) = 34.42%

 BLUE value IS 149 (58.59% from 255) = 24.19%

R = 41.4%
G = 34.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD495 (or 0xFFD495) is known color: Caramel. HEX triplet: FF, D4 and 95. RGB value is (255,212,149). Sum of RGB (Red+Green+Blue) = 255+212+149=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD495 is #002B6A. Grayscale: #D9D9D9. Windows color (decimal): -11115 or 9819391. OLE color: 9819391.

HSL color Cylindrical-coordinate representation of color #FFD495: hue angle of 35.66º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFD495 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 149 -
CMYK 0 0.17 0.42 0
HSL 35.66º 1% 0.79% -
HSV(B) 35.66º 0.42% 1% -
XYZ 70.21 70.52 38.34 -
YUV 217.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 255 212 149 0 0.17 0.42 0 35.66 1 0.79
Hex FF D4 95 0 11 2A 0 24 64 4F
Octal 377 324 225 0 21 52 0 44 144 117
Binary 11111111 11010100 10010101 0 10001 101010 0 100100 1100100 1001111

Color Harmonies of #FFD495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD495

Black with #FFD495

Text Example


Text Example

White with #FFD495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD495; }

 p { color: rgb(255,212,149); }

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

background-color css

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

 a { background-color: rgb(255,212,149); }

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

border-color css

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

 span { border-color: rgb(255,212,149); }

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