Html Css Color HEX #FFD294 Caramel

📋 copy color: '#FFD294'

red 255 ◦ green 210 ◦ blue 148

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

Shades of Caramel #FFD294

Tints of Caramel #FFD294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.14%

R = 41.6%
G = 34.26%
B = 24.14%

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

#FFD294 (or 0xFFD294) is known color: Caramel. HEX triplet: FF, D2 and 94. RGB value is (255,210,148). Sum of RGB (Red+Green+Blue) = 255+210+148=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD294 is #002D6B. Grayscale: #D8D8D8. Windows color (decimal): -11628 or 9753343. OLE color: 9753343.

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

Color convert

RGB 255 210 148 -
CMYK 0 0.18 0.42 0
HSL 34.77º 1% 0.79% -
HSV(B) 34.77º 0.42% 1% -
XYZ 69.63 69.49 37.76 -
YUV 216.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 255 210 148 0 0.18 0.42 0 34.77 1 0.79
Hex FF D2 94 0 12 2A 0 23 64 4F
Octal 377 322 224 0 22 52 0 43 144 117
Binary 11111111 11010010 10010100 0 10010 101010 0 100011 1100100 1001111

Color Harmonies of #FFD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD294

Black with #FFD294

Text Example


Text Example

White with #FFD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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