Html Css Color HEX #FCD492 Caramel

📋 copy color: '#FCD492'

red 252 ◦ green 212 ◦ blue 146

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

Shades of Caramel #FCD492

Tints of Caramel #FCD492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.75%

 BLUE value IS 146 (57.42% from 255) = 23.93%

R = 41.31%
G = 34.75%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCD492 (or 0xFCD492) is known color: Caramel. HEX triplet: FC, D4 and 92. RGB value is (252,212,146). Sum of RGB (Red+Green+Blue) = 252+212+146=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD492 is #032B6D. Grayscale: #D8D8D8. Windows color (decimal): -207726 or 9622780. OLE color: 9622780.

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

Color convert

RGB 252 212 146 -
CMYK 0 0.16 0.42 0.01
HSL 37.36º 0.95% 0.78% -
HSV(B) 37.36º 0.42% 0.99% -
XYZ 68.88 69.86 37.05 -
YUV 216.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 252 212 146 0 0.16 0.42 0.01 37.36 0.95 0.78
Hex FC D4 92 0 10 2A 1 25 5F 4E
Octal 374 324 222 0 20 52 1 45 137 116
Binary 11111100 11010100 10010010 0 10000 101010 1 100101 1011111 1001110

Color Harmonies of #FCD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD492

Black with #FCD492

Text Example


Text Example

White with #FCD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD492; }

 p { color: rgb(252,212,146); }

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

background-color css

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

 a { background-color: rgb(252,212,146); }

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

border-color css

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

 span { border-color: rgb(252,212,146); }

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