Html Css Color HEX #FCD68F Caramel

📋 copy color: '#FCD68F'

red 252 ◦ green 214 ◦ blue 143

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

Shades of Caramel #FCD68F

Tints of Caramel #FCD68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.14%

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

R = 41.38%
G = 35.14%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCD68F (or 0xFCD68F) is known color: Caramel. HEX triplet: FC, D6 and 8F. RGB value is (252,214,143). Sum of RGB (Red+Green+Blue) = 252+214+143=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD68F is #032970. Grayscale: #D9D9D9. Windows color (decimal): -207217 or 9426684. OLE color: 9426684.

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

Color convert

RGB 252 214 143 -
CMYK 0 0.15 0.43 0.01
HSL 39.08º 0.95% 0.77% -
HSV(B) 39.08º 0.43% 0.99% -
XYZ 69.15 70.77 36 -
YUV 217.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 252 214 143 0 0.15 0.43 0.01 39.08 0.95 0.77
Hex FC D6 8F 0 F 2B 1 27 5F 4D
Octal 374 326 217 0 17 53 1 47 137 115
Binary 11111100 11010110 10001111 0 1111 101011 1 100111 1011111 1001101

Color Harmonies of #FCD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD68F

Black with #FCD68F

Text Example


Text Example

White with #FCD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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