#FDC298

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

Shades of Romantic #FDC298

Tints of Romantic #FDC298

Color information

#FDC298 (or 0xFDC298) is unknown color: approx Romantic. HEX triplet: FD, C2 and 98. RGB value is (253,194,152). Sum of RGB (Red+Green+Blue) = 253+194+152=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC298 is #023D67. Grayscale: #CFCFCF. Windows color (decimal): -146792 or 10011389. OLE color: 10011389.

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

Color convert

RGB253194152-
CMYK00.230.400.01
HSL24.95º96.19%79.41%-
HSV(B)24.95º39.92%99.22%-
XYZ65.4761.7338.17-
YUV206.8597.05160.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 152 (59.77% from 255) = 25.38%
R=42.24%
G=32.39%
B=25.38%

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
Decimal25319415200.230.400.0124.9596.1979.41
HexFDC29801728119604f
Octal37530223002750131140117
Binary11111101110000101001100001011110100011100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC298; }

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

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

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

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

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

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

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

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