Html Css Color HEX #FAD392 Caramel

📋 copy color: '#FAD392'

red 250 ◦ green 211 ◦ blue 146

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

Shades of Caramel #FAD392

Tints of Caramel #FAD392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

 BLUE value IS 146 (57.42% from 255) = 24.05%

R = 41.19%
G = 34.76%
B = 24.05%

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

#FAD392 (or 0xFAD392) is known color: Caramel. HEX triplet: FA, D3 and 92. RGB value is (250,211,146). Sum of RGB (Red+Green+Blue) = 250+211+146=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD392 is #052C6D. Grayscale: #D7D7D7. Windows color (decimal): -339054 or 9622522. OLE color: 9622522.

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

Color convert

RGB 250 211 146 -
CMYK 0 0.16 0.42 0.02
HSL 37.5º 0.91% 0.78% -
HSV(B) 37.5º 0.42% 0.98% -
XYZ 67.91 68.99 36.93 -
YUV 215.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 250 211 146 0 0.16 0.42 0.02 37.5 0.91 0.78
Hex FA D3 92 0 10 2A 2 26 5B 4E
Octal 372 323 222 0 20 52 2 46 133 116
Binary 11111010 11010011 10010010 0 10000 101010 10 100110 1011011 1001110

Color Harmonies of #FAD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD392

Black with #FAD392

Text Example


Text Example

White with #FAD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD392; }

 p { color: rgb(250,211,146); }

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

background-color css

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

 a { background-color: rgb(250,211,146); }

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

border-color css

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

 span { border-color: rgb(250,211,146); }

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