Html Css Color HEX #FCD68E Caramel

📋 copy color: '#FCD68E'

red 252 ◦ green 214 ◦ blue 142

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

Shades of Caramel #FCD68E

Tints of Caramel #FCD68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.36%

R = 41.45%
G = 35.2%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCD68E (or 0xFCD68E) is known color: Caramel. HEX triplet: FC, D6 and 8E. RGB value is (252,214,142). Sum of RGB (Red+Green+Blue) = 252+214+142=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD68E is #032971. Grayscale: #D9D9D9. Windows color (decimal): -207218 or 9361148. OLE color: 9361148.

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

Color convert

RGB 252 214 142 -
CMYK 0 0.15 0.44 0.01
HSL 39.27º 0.95% 0.77% -
HSV(B) 39.27º 0.44% 0.99% -
XYZ 69.07 70.74 35.61 -
YUV 217.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 252 214 142 0 0.15 0.44 0.01 39.27 0.95 0.77
Hex FC D6 8E 0 F 2C 1 27 5F 4D
Octal 374 326 216 0 17 54 1 47 137 115
Binary 11111100 11010110 10001110 0 1111 101100 1 100111 1011111 1001101

Color Harmonies of #FCD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD68E

Black with #FCD68E

Text Example


Text Example

White with #FCD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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