#FDC098

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

Shades of Romantic #FDC098

Tints of Romantic #FDC098

Color information

#FDC098 (or 0xFDC098) is unknown color: approx Romantic. HEX triplet: FD, C0 and 98. RGB value is (253,192,152). Sum of RGB (Red+Green+Blue) = 253+192+152=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC098 is #023F67. Grayscale: #CDCDCD. Windows color (decimal): -147304 or 10010877. OLE color: 10010877.

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

Color convert

RGB253192152-
CMYK00.240.400.01
HSL23.76º96.19%79.41%-
HSV(B)23.76º39.92%99.22%-
XYZ65.0360.8538.02-
YUV205.6897.71161.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 152 (59.77% from 255) = 25.46%
R=42.38%
G=32.16%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319215200.240.400.0123.7696.1979.41
HexFDC09801828118604f
Octal37530023003050130140117
Binary11111101110000001001100001100010100011100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC098; }

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

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

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

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

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

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

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

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