Html Css Color HEX #FAD391 Caramel

📋 copy color: '#FAD391'

red 250 ◦ green 211 ◦ blue 145

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

Shades of Caramel #FAD391

Tints of Caramel #FAD391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.82%

 BLUE value IS 145 (57.03% from 255) = 23.93%

R = 41.25%
G = 34.82%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAD391 (or 0xFAD391) is known color: Caramel. HEX triplet: FA, D3 and 91. RGB value is (250,211,145). Sum of RGB (Red+Green+Blue) = 250+211+145=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD391 is #052C6E. Grayscale: #D7D7D7. Windows color (decimal): -339055 or 9556986. OLE color: 9556986.

HSL color Cylindrical-coordinate representation of color #FAD391: hue angle of 37.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAD391 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 145 -
CMYK 0 0.16 0.42 0.02
HSL 37.71º 0.91% 0.77% -
HSV(B) 37.71º 0.42% 0.98% -
XYZ 67.83 68.96 36.52 -
YUV 215.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 250 211 145 0 0.16 0.42 0.02 37.71 0.91 0.77
Hex FA D3 91 0 10 2A 2 26 5B 4D
Octal 372 323 221 0 20 52 2 46 133 115
Binary 11111010 11010011 10010001 0 10000 101010 10 100110 1011011 1001101

Color Harmonies of #FAD391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD391

Black with #FAD391

Text Example


Text Example

White with #FAD391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD391; }

 p { color: rgb(250,211,145); }

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

background-color css

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

 a { background-color: rgb(250,211,145); }

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

border-color css

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

 span { border-color: rgb(250,211,145); }

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