Html Css Color HEX #FCD88F Caramel

📋 copy color: '#FCD88F'

red 252 ◦ green 216 ◦ blue 143

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

Shades of Caramel #FCD88F

Tints of Caramel #FCD88F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.35%

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

R = 41.24%
G = 35.35%
B = 23.4%

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

#FCD88F (or 0xFCD88F) is known color: Caramel. HEX triplet: FC, D8 and 8F. RGB value is (252,216,143). Sum of RGB (Red+Green+Blue) = 252+216+143=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD88F is #032770. Grayscale: #DADADA. Windows color (decimal): -206705 or 9427196. OLE color: 9427196.

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

Color convert

RGB 252 216 143 -
CMYK 0 0.14 0.43 0.01
HSL 40.18º 0.95% 0.77% -
HSV(B) 40.18º 0.43% 0.99% -
XYZ 69.66 71.79 36.17 -
YUV 218.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 252 216 143 0 0.14 0.43 0.01 40.18 0.95 0.77
Hex FC D8 8F 0 E 2B 1 28 5F 4D
Octal 374 330 217 0 16 53 1 50 137 115
Binary 11111100 11011000 10001111 0 1110 101011 1 101000 1011111 1001101

Color Harmonies of #FCD88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD88F

Black with #FCD88F

Text Example


Text Example

White with #FCD88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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