Html Css Color HEX #FAD490 Caramel

📋 copy color: '#FAD490'

red 250 ◦ green 212 ◦ blue 144

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

Shades of Caramel #FAD490

Tints of Caramel #FAD490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.76%

R = 41.25%
G = 34.98%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAD490 (or 0xFAD490) is known color: Caramel. HEX triplet: FA, D4 and 90. RGB value is (250,212,144). Sum of RGB (Red+Green+Blue) = 250+212+144=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD490 is #052B6F. Grayscale: #D7D7D7. Windows color (decimal): -338800 or 9491706. OLE color: 9491706.

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

Color convert

RGB 250 212 144 -
CMYK 0 0.15 0.42 0.02
HSL 38.49º 0.91% 0.77% -
HSV(B) 38.49º 0.42% 0.98% -
XYZ 68 69.42 36.2 -
YUV 215.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 250 212 144 0 0.15 0.42 0.02 38.49 0.91 0.77
Hex FA D4 90 0 F 2A 2 26 5B 4D
Octal 372 324 220 0 17 52 2 46 133 115
Binary 11111010 11010100 10010000 0 1111 101010 10 100110 1011011 1001101

Color Harmonies of #FAD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD490

Black with #FAD490

Text Example


Text Example

White with #FAD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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