Html Css Color HEX #FAD791 Caramel

📋 copy color: '#FAD791'

red 250 ◦ green 215 ◦ blue 145

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

Shades of Caramel #FAD791

Tints of Caramel #FAD791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.25%

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

R = 40.98%
G = 35.25%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAD791 (or 0xFAD791) is known color: Caramel. HEX triplet: FA, D7 and 91. RGB value is (250,215,145). Sum of RGB (Red+Green+Blue) = 250+215+145=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD791 is #05286E. Grayscale: #D9D9D9. Windows color (decimal): -338031 or 9558010. OLE color: 9558010.

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

Color convert

RGB 250 215 145 -
CMYK 0 0.14 0.42 0.02
HSL 40º 0.91% 0.77% -
HSV(B) 40º 0.42% 0.98% -
XYZ 68.84 70.97 36.86 -
YUV 217.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 250 215 145 0 0.14 0.42 0.02 40 0.91 0.77
Hex FA D7 91 0 E 2A 2 28 5B 4D
Octal 372 327 221 0 16 52 2 50 133 115
Binary 11111010 11010111 10010001 0 1110 101010 10 101000 1011011 1001101

Color Harmonies of #FAD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD791

Black with #FAD791

Text Example


Text Example

White with #FAD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD791; }

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

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

background-color css

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

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

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

border-color css

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

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

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