Html Css Color HEX #FCD490 Caramel

📋 copy color: '#FCD490'

red 252 ◦ green 212 ◦ blue 144

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

Shades of Caramel #FCD490

Tints of Caramel #FCD490

RGB

 RED value IS 252 (98.83% from 255) = 41.45%

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

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

R = 41.45%
G = 34.87%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCD490 (or 0xFCD490) is known color: Caramel. HEX triplet: FC, D4 and 90. RGB value is (252,212,144). Sum of RGB (Red+Green+Blue) = 252+212+144=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD490 is #032B6F. Grayscale: #D8D8D8. Windows color (decimal): -207728 or 9491708. OLE color: 9491708.

HSL color Cylindrical-coordinate representation of color #FCD490: hue angle of 37.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCD490 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 144 -
CMYK 0 0.16 0.43 0.01
HSL 37.78º 0.95% 0.78% -
HSV(B) 37.78º 0.43% 0.99% -
XYZ 68.72 69.8 36.24 -
YUV 216.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 252 212 144 0 0.16 0.43 0.01 37.78 0.95 0.78
Hex FC D4 90 0 10 2B 1 26 5F 4E
Octal 374 324 220 0 20 53 1 46 137 116
Binary 11111100 11010100 10010000 0 10000 101011 1 100110 1011111 1001110

Color Harmonies of #FCD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD490

Black with #FCD490

Text Example


Text Example

White with #FCD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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