Html Css Color HEX #FCD298 Caramel

📋 copy color: '#FCD298'

red 252 ◦ green 210 ◦ blue 152

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

Shades of Caramel #FCD298

Tints of Caramel #FCD298

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

 BLUE value IS 152 (59.77% from 255) = 24.76%

R = 41.04%
G = 34.2%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD298 (or 0xFCD298) is known color: Caramel. HEX triplet: FC, D2 and 98. RGB value is (252,210,152). Sum of RGB (Red+Green+Blue) = 252+210+152=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD298 is #032D67. Grayscale: #D8D8D8. Windows color (decimal): -208232 or 10015484. OLE color: 10015484.

HSL color Cylindrical-coordinate representation of color #FCD298: hue angle of 34.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCD298 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 210 152 -
CMYK 0 0.17 0.40 0.01
HSL 34.8º 0.94% 0.79% -
HSV(B) 34.8º 0.4% 0.99% -
XYZ 68.86 69.06 39.41 -
YUV 215.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 252 210 152 0 0.17 0.40 0.01 34.8 0.94 0.79
Hex FC D2 98 0 11 28 1 23 5E 4F
Octal 374 322 230 0 21 50 1 43 136 117
Binary 11111100 11010010 10011000 0 10001 101000 1 100011 1011110 1001111

Color Harmonies of #FCD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD298

Black with #FCD298

Text Example


Text Example

White with #FCD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD298; }

 p { color: rgb(252,210,152); }

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

background-color css

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

 a { background-color: rgb(252,210,152); }

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

border-color css

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

 span { border-color: rgb(252,210,152); }

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