Html Css Color HEX #FCD28D Caramel

📋 copy color: '#FCD28D'

red 252 ◦ green 210 ◦ blue 141

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

Shades of Caramel #FCD28D

Tints of Caramel #FCD28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.38%

R = 41.79%
G = 34.83%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCD28D (or 0xFCD28D) is known color: Caramel. HEX triplet: FC, D2 and 8D. RGB value is (252,210,141). Sum of RGB (Red+Green+Blue) = 252+210+141=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD28D is #032D72. Grayscale: #D7D7D7. Windows color (decimal): -208243 or 9294588. OLE color: 9294588.

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

Color convert

RGB 252 210 141 -
CMYK 0 0.17 0.44 0.01
HSL 37.3º 0.95% 0.77% -
HSV(B) 37.3º 0.44% 0.99% -
XYZ 68 68.71 34.88 -
YUV 214.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 252 210 141 0 0.17 0.44 0.01 37.3 0.95 0.77
Hex FC D2 8D 0 11 2C 1 25 5F 4D
Octal 374 322 215 0 21 54 1 45 137 115
Binary 11111100 11010010 10001101 0 10001 101100 1 100101 1011111 1001101

Color Harmonies of #FCD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD28D

Black with #FCD28D

Text Example


Text Example

White with #FCD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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