Html Css Color HEX #FCD294 Caramel

📋 copy color: '#FCD294'

red 252 ◦ green 210 ◦ blue 148

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

Shades of Caramel #FCD294

Tints of Caramel #FCD294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.26%

R = 41.31%
G = 34.43%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD294 (or 0xFCD294) is known color: Caramel. HEX triplet: FC, D2 and 94. RGB value is (252,210,148). Sum of RGB (Red+Green+Blue) = 252+210+148=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD294 is #032D6B. Grayscale: #D7D7D7. Windows color (decimal): -208236 or 9753340. OLE color: 9753340.

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

Color convert

RGB 252 210 148 -
CMYK 0 0.17 0.41 0.01
HSL 35.77º 0.95% 0.78% -
HSV(B) 35.77º 0.41% 0.99% -
XYZ 68.54 68.93 37.71 -
YUV 215.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 252 210 148 0 0.17 0.41 0.01 35.77 0.95 0.78
Hex FC D2 94 0 11 29 1 24 5F 4E
Octal 374 322 224 0 21 51 1 44 137 116
Binary 11111100 11010010 10010100 0 10001 101001 1 100100 1011111 1001110

Color Harmonies of #FCD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD294

Black with #FCD294

Text Example


Text Example

White with #FCD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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