Html Css Color HEX #FAD294 Caramel

📋 copy color: '#FAD294'

red 250 ◦ green 210 ◦ blue 148

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

Shades of Caramel #FAD294

Tints of Caramel #FAD294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.34%

R = 41.12%
G = 34.54%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAD294 (or 0xFAD294) is known color: Caramel. HEX triplet: FA, D2 and 94. RGB value is (250,210,148). Sum of RGB (Red+Green+Blue) = 250+210+148=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD294 is #052D6B. Grayscale: #D7D7D7. Windows color (decimal): -339308 or 9753338. OLE color: 9753338.

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

Color convert

RGB 250 210 148 -
CMYK 0 0.16 0.41 0.02
HSL 36.47º 0.91% 0.78% -
HSV(B) 36.47º 0.41% 0.98% -
XYZ 67.82 68.56 37.68 -
YUV 214.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 250 210 148 0 0.16 0.41 0.02 36.47 0.91 0.78
Hex FA D2 94 0 10 29 2 24 5B 4E
Octal 372 322 224 0 20 51 2 44 133 116
Binary 11111010 11010010 10010100 0 10000 101001 10 100100 1011011 1001110

Color Harmonies of #FAD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD294

Black with #FAD294

Text Example


Text Example

White with #FAD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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