Html Css Color HEX #FCD990 Caramel

📋 copy color: '#FCD990'

red 252 ◦ green 217 ◦ blue 144

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

Shades of Caramel #FCD990

Tints of Caramel #FCD990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.4%

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

R = 41.11%
G = 35.4%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCD990 (or 0xFCD990) is known color: Caramel. HEX triplet: FC, D9 and 90. RGB value is (252,217,144). Sum of RGB (Red+Green+Blue) = 252+217+144=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD990 is #03266F. Grayscale: #DBDBDB. Windows color (decimal): -206448 or 9492988. OLE color: 9492988.

HSL color Cylindrical-coordinate representation of color #FCD990: hue angle of 40.56º 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 #FCD990 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 144 -
CMYK 0 0.14 0.43 0.01
HSL 40.56º 0.95% 0.78% -
HSV(B) 40.56º 0.43% 0.99% -
XYZ 69.99 72.33 36.66 -
YUV 219.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 252 217 144 0 0.14 0.43 0.01 40.56 0.95 0.78
Hex FC D9 90 0 E 2B 1 29 5F 4E
Octal 374 331 220 0 16 53 1 51 137 116
Binary 11111100 11011001 10010000 0 1110 101011 1 101001 1011111 1001110

Color Harmonies of #FCD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD990

Black with #FCD990

Text Example


Text Example

White with #FCD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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