Html Css Color HEX #FCD098 Caramel

📋 copy color: '#FCD098'

red 252 ◦ green 208 ◦ blue 152

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

Shades of Caramel #FCD098

Tints of Caramel #FCD098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.99%

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

R = 41.18%
G = 33.99%
B = 24.84%

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

#FCD098 (or 0xFCD098) is known color: Caramel. HEX triplet: FC, D0 and 98. RGB value is (252,208,152). Sum of RGB (Red+Green+Blue) = 252+208+152=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD098 is #032F67. Grayscale: #D7D7D7. Windows color (decimal): -208744 or 10014972. OLE color: 10014972.

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

Color convert

RGB 252 208 152 -
CMYK 0 0.17 0.40 0.01
HSL 33.6º 0.94% 0.79% -
HSV(B) 33.6º 0.4% 0.99% -
XYZ 68.37 68.07 39.24 -
YUV 214.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 252 208 152 0 0.17 0.40 0.01 33.6 0.94 0.79
Hex FC D0 98 0 11 28 1 22 5E 4F
Octal 374 320 230 0 21 50 1 42 136 117
Binary 11111100 11010000 10011000 0 10001 101000 1 100010 1011110 1001111

Color Harmonies of #FCD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD098

Black with #FCD098

Text Example


Text Example

White with #FCD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD098; }

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

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

background-color css

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

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

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

border-color css

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

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

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