#FDC398

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

Shades of Romantic #FDC398

Tints of Romantic #FDC398

Color information

#FDC398 (or 0xFDC398) is unknown color: approx Romantic. HEX triplet: FD, C3 and 98. RGB value is (253,195,152). Sum of RGB (Red+Green+Blue) = 253+195+152=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC398 is #023C67. Grayscale: #CFCFCF. Windows color (decimal): -146536 or 10011645. OLE color: 10011645.

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

Color convert

RGB253195152-
CMYK00.230.400.01
HSL25.54º96.19%79.41%-
HSV(B)25.54º39.92%99.22%-
XYZ65.6962.1838.25-
YUV207.4496.72160.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 152 (59.77% from 255) = 25.33%
R=42.17%
G=32.5%
B=25.33%

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
Decimal25319515200.230.400.0125.5496.1979.41
HexFDC3980172811a604f
Octal37530323002750132140117
Binary11111101110000111001100001011110100011101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC398; }

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

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

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

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

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

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

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

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