Html Css Color HEX #FAD297 Caramel

📋 copy color: '#FAD297'

red 250 ◦ green 210 ◦ blue 151

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

Shades of Caramel #FAD297

Tints of Caramel #FAD297

RGB

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

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

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

R = 40.92%
G = 34.37%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAD297 (or 0xFAD297) is known color: Caramel. HEX triplet: FA, D2 and 97. RGB value is (250,210,151). Sum of RGB (Red+Green+Blue) = 250+210+151=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD297 is #052D68. Grayscale: #D7D7D7. Windows color (decimal): -339305 or 9949946. OLE color: 9949946.

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

Color convert

RGB 250 210 151 -
CMYK 0 0.16 0.40 0.02
HSL 35.76º 0.91% 0.79% -
HSV(B) 35.76º 0.4% 0.98% -
XYZ 68.06 68.65 38.94 -
YUV 215.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 250 210 151 0 0.16 0.40 0.02 35.76 0.91 0.79
Hex FA D2 97 0 10 28 2 24 5B 4F
Octal 372 322 227 0 20 50 2 44 133 117
Binary 11111010 11010010 10010111 0 10000 101000 10 100100 1011011 1001111

Color Harmonies of #FAD297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD297

Black with #FAD297

Text Example


Text Example

White with #FAD297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD297; }

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

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

background-color css

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

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

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

border-color css

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

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

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