Html Css Color HEX #FAD295 Caramel

📋 copy color: '#FAD295'

red 250 ◦ green 210 ◦ blue 149

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

Shades of Caramel #FAD295

Tints of Caramel #FAD295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.47%

R = 41.05%
G = 34.48%
B = 24.47%

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

#FAD295 (or 0xFAD295) is known color: Caramel. HEX triplet: FA, D2 and 95. RGB value is (250,210,149). Sum of RGB (Red+Green+Blue) = 250+210+149=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD295 is #052D6A. Grayscale: #D7D7D7. Windows color (decimal): -339307 or 9818874. OLE color: 9818874.

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

Color convert

RGB 250 210 149 -
CMYK 0 0.16 0.40 0.02
HSL 36.24º 0.91% 0.78% -
HSV(B) 36.24º 0.4% 0.98% -
XYZ 67.9 68.59 38.09 -
YUV 215.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 250 210 149 0 0.16 0.40 0.02 36.24 0.91 0.78
Hex FA D2 95 0 10 28 2 24 5B 4E
Octal 372 322 225 0 20 50 2 44 133 116
Binary 11111010 11010010 10010101 0 10000 101000 10 100100 1011011 1001110

Color Harmonies of #FAD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD295

Black with #FAD295

Text Example


Text Example

White with #FAD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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