Html Css Color HEX #FAD292 Caramel

📋 copy color: '#FAD292'

red 250 ◦ green 210 ◦ blue 146

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

Shades of Caramel #FAD292

Tints of Caramel #FAD292

RGB

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

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

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

R = 41.25%
G = 34.65%
B = 24.09%

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

#FAD292 (or 0xFAD292) is known color: Caramel. HEX triplet: FA, D2 and 92. RGB value is (250,210,146). Sum of RGB (Red+Green+Blue) = 250+210+146=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD292 is #052D6D. Grayscale: #D6D6D6. Windows color (decimal): -339310 or 9622266. OLE color: 9622266.

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

Color convert

RGB 250 210 146 -
CMYK 0 0.16 0.42 0.02
HSL 36.92º 0.91% 0.78% -
HSV(B) 36.92º 0.42% 0.98% -
XYZ 67.66 68.49 36.85 -
YUV 214.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 250 210 146 0 0.16 0.42 0.02 36.92 0.91 0.78
Hex FA D2 92 0 10 2A 2 25 5B 4E
Octal 372 322 222 0 20 52 2 45 133 116
Binary 11111010 11010010 10010010 0 10000 101010 10 100101 1011011 1001110

Color Harmonies of #FAD292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD292

Black with #FAD292

Text Example


Text Example

White with #FAD292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD292; }

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

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

background-color css

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

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

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

border-color css

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

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

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