Html Css Color HEX #FCD18F Caramel

📋 copy color: '#FCD18F'

red 252 ◦ green 209 ◦ blue 143

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

Shades of Caramel #FCD18F

Tints of Caramel #FCD18F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.6%

 BLUE value IS 143 (56.25% from 255) = 23.68%

R = 41.72%
G = 34.6%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCD18F (or 0xFCD18F) is known color: Caramel. HEX triplet: FC, D1 and 8F. RGB value is (252,209,143). Sum of RGB (Red+Green+Blue) = 252+209+143=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD18F is #032E70. Grayscale: #D6D6D6. Windows color (decimal): -208497 or 9425404. OLE color: 9425404.

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

Color convert

RGB 252 209 143 -
CMYK 0 0.17 0.43 0.01
HSL 36.33º 0.95% 0.77% -
HSV(B) 36.33º 0.43% 0.99% -
XYZ 67.9 68.28 35.59 -
YUV 214.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 252 209 143 0 0.17 0.43 0.01 36.33 0.95 0.77
Hex FC D1 8F 0 11 2B 1 24 5F 4D
Octal 374 321 217 0 21 53 1 44 137 115
Binary 11111100 11010001 10001111 0 10001 101011 1 100100 1011111 1001101

Color Harmonies of #FCD18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD18F

Black with #FCD18F

Text Example


Text Example

White with #FCD18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD18F; }

 p { color: rgb(252,209,143); }

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

background-color css

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

 a { background-color: rgb(252,209,143); }

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

border-color css

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

 span { border-color: rgb(252,209,143); }

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