Html Css Color HEX #FCD98E Caramel

📋 copy color: '#FCD98E'

red 252 ◦ green 217 ◦ blue 142

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

Shades of Caramel #FCD98E

Tints of Caramel #FCD98E

RGB

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

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

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

R = 41.24%
G = 35.52%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCD98E (or 0xFCD98E) is known color: Caramel. HEX triplet: FC, D9 and 8E. RGB value is (252,217,142). Sum of RGB (Red+Green+Blue) = 252+217+142=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD98E is #032671. Grayscale: #DBDBDB. Windows color (decimal): -206450 or 9361916. OLE color: 9361916.

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

Color convert

RGB 252 217 142 -
CMYK 0 0.14 0.44 0.01
HSL 40.91º 0.95% 0.77% -
HSV(B) 40.91º 0.44% 0.99% -
XYZ 69.84 72.27 35.86 -
YUV 218.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 252 217 142 0 0.14 0.44 0.01 40.91 0.95 0.77
Hex FC D9 8E 0 E 2C 1 29 5F 4D
Octal 374 331 216 0 16 54 1 51 137 115
Binary 11111100 11011001 10001110 0 1110 101100 1 101001 1011111 1001101

Color Harmonies of #FCD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD98E

Black with #FCD98E

Text Example


Text Example

White with #FCD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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