Html Css Color HEX #FCD08E Caramel

📋 copy color: '#FCD08E'

red 252 ◦ green 208 ◦ blue 142

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

Shades of Caramel #FCD08E

Tints of Caramel #FCD08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.59%

R = 41.86%
G = 34.55%
B = 23.59%

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

#FCD08E (or 0xFCD08E) is known color: Caramel. HEX triplet: FC, D0 and 8E. RGB value is (252,208,142). Sum of RGB (Red+Green+Blue) = 252+208+142=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD08E is #032F71. Grayscale: #D5D5D5. Windows color (decimal): -208754 or 9359612. OLE color: 9359612.

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

Color convert

RGB 252 208 142 -
CMYK 0 0.17 0.44 0.01
HSL 36º 0.95% 0.77% -
HSV(B) 36º 0.44% 0.99% -
XYZ 67.58 67.76 35.11 -
YUV 213.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 252 208 142 0 0.17 0.44 0.01 36 0.95 0.77
Hex FC D0 8E 0 11 2C 1 24 5F 4D
Octal 374 320 216 0 21 54 1 44 137 115
Binary 11111100 11010000 10001110 0 10001 101100 1 100100 1011111 1001101

Color Harmonies of #FCD08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD08E

Black with #FCD08E

Text Example


Text Example

White with #FCD08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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