#FDC498

Color #FDC498 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FDC498

Tints of Romantic #FDC498

Color information

#FDC498 (or 0xFDC498) is unknown color: approx Romantic. HEX triplet: FD, C4 and 98. RGB value is (253,196,152). Sum of RGB (Red+Green+Blue) = 253+196+152=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC498 is #023B67. Grayscale: #D0D0D0. Windows color (decimal): -146280 or 10011901. OLE color: 10011901.

HSL color Cylindrical-coordinate representation of color #FDC498: hue angle of 26.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC498 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253196152-
CMYK00.230.400.01
HSL26.14º96.19%79.41%-
HSV(B)26.14º39.92%99.22%-
XYZ65.9262.6338.32-
YUV208.0396.38160.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 152 (59.77% from 255) = 25.29%
R=42.10%
G=32.61%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319615200.230.400.0126.1496.1979.41
HexFDC4980172811a604f
Octal37530423002750132140117
Binary11111101110001001001100001011110100011101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC498; }

 p { color: rgb(253,196,152); }

 H1.HeaderClassName
 {
   color: #FDC498;
 }
 .AnyTagClassName
 {
   color: #FDC498;
 }
</style>
background-color css

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

 a { background-color: rgb(253,196,152); }

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

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

 span { border-color: rgb(253,196,152); }

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