Html Css Color HEX #FAD497 Caramel

📋 copy color: '#FAD497'

red 250 ◦ green 212 ◦ blue 151

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

Shades of Caramel #FAD497

Tints of Caramel #FAD497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.63%

R = 40.78%
G = 34.58%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAD497 (or 0xFAD497) is known color: Caramel. HEX triplet: FA, D4 and 97. RGB value is (250,212,151). Sum of RGB (Red+Green+Blue) = 250+212+151=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD497 is #052B68. Grayscale: #D8D8D8. Windows color (decimal): -338793 or 9950458. OLE color: 9950458.

HSL color Cylindrical-coordinate representation of color #FAD497: hue angle of 36.97º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAD497 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 151 -
CMYK 0 0.15 0.40 0.02
HSL 36.97º 0.91% 0.79% -
HSV(B) 36.97º 0.4% 0.98% -
XYZ 68.55 69.65 39.11 -
YUV 216.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 250 212 151 0 0.15 0.40 0.02 36.97 0.91 0.79
Hex FA D4 97 0 F 28 2 25 5B 4F
Octal 372 324 227 0 17 50 2 45 133 117
Binary 11111010 11010100 10010111 0 1111 101000 10 100101 1011011 1001111

Color Harmonies of #FAD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD497

Black with #FAD497

Text Example


Text Example

White with #FAD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD497; }

 p { color: rgb(250,212,151); }

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

background-color css

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

 a { background-color: rgb(250,212,151); }

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

border-color css

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

 span { border-color: rgb(250,212,151); }

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