Html Css Color HEX #FFD493 Caramel

📋 copy color: '#FFD493'

red 255 ◦ green 212 ◦ blue 147

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

Shades of Caramel #FFD493

Tints of Caramel #FFD493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.94%

R = 41.53%
G = 34.53%
B = 23.94%

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

#FFD493 (or 0xFFD493) is known color: Caramel. HEX triplet: FF, D4 and 93. RGB value is (255,212,147). Sum of RGB (Red+Green+Blue) = 255+212+147=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD493 is #002B6C. Grayscale: #D9D9D9. Windows color (decimal): -11117 or 9688319. OLE color: 9688319.

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

Color convert

RGB 255 212 147 -
CMYK 0 0.17 0.42 0
HSL 36.11º 1% 0.79% -
HSV(B) 36.11º 0.42% 1% -
XYZ 70.05 70.45 37.51 -
YUV 217.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 255 212 147 0 0.17 0.42 0 36.11 1 0.79
Hex FF D4 93 0 11 2A 0 24 64 4F
Octal 377 324 223 0 21 52 0 44 144 117
Binary 11111111 11010100 10010011 0 10001 101010 0 100100 1100100 1001111

Color Harmonies of #FFD493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD493

Black with #FFD493

Text Example


Text Example

White with #FFD493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD493; }

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

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

background-color css

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

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

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

border-color css

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

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

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