Html Css Color HEX #FFD295 Caramel

📋 copy color: '#FFD295'

red 255 ◦ green 210 ◦ blue 149

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

Shades of Caramel #FFD295

Tints of Caramel #FFD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

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

R = 41.53%
G = 34.2%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD295 (or 0xFFD295) is known color: Caramel. HEX triplet: FF, D2 and 95. RGB value is (255,210,149). Sum of RGB (Red+Green+Blue) = 255+210+149=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD295 is #002D6A. Grayscale: #D8D8D8. Windows color (decimal): -11627 or 9818879. OLE color: 9818879.

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

Color convert

RGB 255 210 149 -
CMYK 0 0.18 0.42 0
HSL 34.53º 1% 0.79% -
HSV(B) 34.53º 0.42% 1% -
XYZ 69.71 69.52 38.18 -
YUV 216.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 255 210 149 0 0.18 0.42 0 34.53 1 0.79
Hex FF D2 95 0 12 2A 0 23 64 4F
Octal 377 322 225 0 22 52 0 43 144 117
Binary 11111111 11010010 10010101 0 10010 101010 0 100011 1100100 1001111

Color Harmonies of #FFD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD295

Black with #FFD295

Text Example


Text Example

White with #FFD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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