Html Css Color HEX #FCD094 Caramel

📋 copy color: '#FCD094'

red 252 ◦ green 208 ◦ blue 148

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

Shades of Caramel #FCD094

Tints of Caramel #FCD094

RGB

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

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

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

R = 41.45%
G = 34.21%
B = 24.34%

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

#FCD094 (or 0xFCD094) is known color: Caramel. HEX triplet: FC, D0 and 94. RGB value is (252,208,148). Sum of RGB (Red+Green+Blue) = 252+208+148=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD094 is #032F6B. Grayscale: #D6D6D6. Windows color (decimal): -208748 or 9752828. OLE color: 9752828.

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

Color convert

RGB 252 208 148 -
CMYK 0 0.17 0.41 0.01
HSL 34.62º 0.95% 0.78% -
HSV(B) 34.62º 0.41% 0.99% -
XYZ 68.05 67.95 37.55 -
YUV 214.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 252 208 148 0 0.17 0.41 0.01 34.62 0.95 0.78
Hex FC D0 94 0 11 29 1 23 5F 4E
Octal 374 320 224 0 21 51 1 43 137 116
Binary 11111100 11010000 10010100 0 10001 101001 1 100011 1011111 1001110

Color Harmonies of #FCD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD094

Black with #FCD094

Text Example


Text Example

White with #FCD094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD094; }

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

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

background-color css

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

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

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

border-color css

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

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

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