Html Css Color HEX #FAD59D Caramel

📋 copy color: '#FAD59D'

red 250 ◦ green 213 ◦ blue 157

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

Shades of Caramel #FAD59D

Tints of Caramel #FAD59D

RGB

 RED value IS 250 (98.05% from 255) = 40.32%

 GREEN value IS 213 (83.59% from 255) = 34.35%

 BLUE value IS 157 (61.72% from 255) = 25.32%

R = 40.32%
G = 34.35%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAD59D (or 0xFAD59D) is known color: Caramel. HEX triplet: FA, D5 and 9D. RGB value is (250,213,157). Sum of RGB (Red+Green+Blue) = 250+213+157=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD59D is #052A62. Grayscale: #D9D9D9. Windows color (decimal): -338531 or 10343930. OLE color: 10343930.

HSL color Cylindrical-coordinate representation of color #FAD59D: hue angle of 36.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD59D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 157 -
CMYK 0 0.15 0.37 0.02
HSL 36.13º 0.9% 0.8% -
HSV(B) 36.13º 0.37% 0.98% -
XYZ 69.3 70.35 41.82 -
YUV 217.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 250 213 157 0 0.15 0.37 0.02 36.13 0.9 0.8
Hex FA D5 9D 0 F 25 2 24 5A 50
Octal 372 325 235 0 17 45 2 44 132 120
Binary 11111010 11010101 10011101 0 1111 100101 10 100100 1011010 1010000

Color Harmonies of #FAD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD59D

Black with #FAD59D

Text Example


Text Example

White with #FAD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD59D; }

 p { color: rgb(250,213,157); }

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

background-color css

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

 a { background-color: rgb(250,213,157); }

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

border-color css

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

 span { border-color: rgb(250,213,157); }

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