Html Css Color HEX #FAD49A Caramel

📋 copy color: '#FAD49A'

red 250 ◦ green 212 ◦ blue 154

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

Shades of Caramel #FAD49A

Tints of Caramel #FAD49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.42%

 BLUE value IS 154 (60.55% from 255) = 25%

R = 40.58%
G = 34.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAD49A (or 0xFAD49A) is known color: Caramel. HEX triplet: FA, D4 and 9A. RGB value is (250,212,154). Sum of RGB (Red+Green+Blue) = 250+212+154=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD49A is #052B65. Grayscale: #D9D9D9. Windows color (decimal): -338790 or 10147066. OLE color: 10147066.

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

Color convert

RGB 250 212 154 -
CMYK 0 0.15 0.38 0.02
HSL 36.25º 0.91% 0.79% -
HSV(B) 36.25º 0.38% 0.98% -
XYZ 68.8 69.74 40.41 -
YUV 216.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 250 212 154 0 0.15 0.38 0.02 36.25 0.91 0.79
Hex FA D4 9A 0 F 26 2 24 5B 4F
Octal 372 324 232 0 17 46 2 44 133 117
Binary 11111010 11010100 10011010 0 1111 100110 10 100100 1011011 1001111

Color Harmonies of #FAD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD49A

Black with #FAD49A

Text Example


Text Example

White with #FAD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD49A; }

 p { color: rgb(250,212,154); }

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

background-color css

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

 a { background-color: rgb(250,212,154); }

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

border-color css

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

 span { border-color: rgb(250,212,154); }

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