Html Css Color HEX #FAD291 Caramel

📋 copy color: '#FAD291'

red 250 ◦ green 210 ◦ blue 145

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

Shades of Caramel #FAD291

Tints of Caramel #FAD291

RGB

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

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

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

R = 41.32%
G = 34.71%
B = 23.97%

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

#FAD291 (or 0xFAD291) is known color: Caramel. HEX triplet: FA, D2 and 91. RGB value is (250,210,145). Sum of RGB (Red+Green+Blue) = 250+210+145=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD291 is #052D6E. Grayscale: #D6D6D6. Windows color (decimal): -339311 or 9556730. OLE color: 9556730.

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

Color convert

RGB 250 210 145 -
CMYK 0 0.16 0.42 0.02
HSL 37.14º 0.91% 0.77% -
HSV(B) 37.14º 0.42% 0.98% -
XYZ 67.58 68.46 36.44 -
YUV 214.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 250 210 145 0 0.16 0.42 0.02 37.14 0.91 0.77
Hex FA D2 91 0 10 2A 2 25 5B 4D
Octal 372 322 221 0 20 52 2 45 133 115
Binary 11111010 11010010 10010001 0 10000 101010 10 100101 1011011 1001101

Color Harmonies of #FAD291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD291

Black with #FAD291

Text Example


Text Example

White with #FAD291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD291; }

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

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

background-color css

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

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

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

border-color css

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

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

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