Html Css Color HEX #FCD090 Caramel

📋 copy color: '#FCD090'

red 252 ◦ green 208 ◦ blue 144

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

Shades of Caramel #FCD090

Tints of Caramel #FCD090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.84%

R = 41.72%
G = 34.44%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCD090 (or 0xFCD090) is known color: Caramel. HEX triplet: FC, D0 and 90. RGB value is (252,208,144). Sum of RGB (Red+Green+Blue) = 252+208+144=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD090 is #032F6F. Grayscale: #D6D6D6. Windows color (decimal): -208752 or 9490684. OLE color: 9490684.

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

Color convert

RGB 252 208 144 -
CMYK 0 0.17 0.43 0.01
HSL 35.56º 0.95% 0.78% -
HSV(B) 35.56º 0.43% 0.99% -
XYZ 67.73 67.82 35.91 -
YUV 213.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 252 208 144 0 0.17 0.43 0.01 35.56 0.95 0.78
Hex FC D0 90 0 11 2B 1 24 5F 4E
Octal 374 320 220 0 21 53 1 44 137 116
Binary 11111100 11010000 10010000 0 10001 101011 1 100100 1011111 1001110

Color Harmonies of #FCD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD090

Black with #FCD090

Text Example


Text Example

White with #FCD090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD090; }

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

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

background-color css

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

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

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

border-color css

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

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

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