#FDC090

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

Shades of Romantic #FDC090

Tints of Romantic #FDC090

Color information

#FDC090 (or 0xFDC090) is unknown color: approx Romantic. HEX triplet: FD, C0 and 90. RGB value is (253,192,144). Sum of RGB (Red+Green+Blue) = 253+192+144=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC090 is #023F6F. Grayscale: #CDCDCD. Windows color (decimal): -147312 or 9486589. OLE color: 9486589.

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

Color convert

RGB253192144-
CMYK00.240.430.01
HSL26.42º96.46%77.84%-
HSV(B)26.42º43.08%99.22%-
XYZ64.3960.634.69-
YUV204.7793.71162.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=42.95%
G=32.60%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319214400.240.430.0126.4296.4677.84
HexFDC0900182B11a604e
Octal37530022003053132140116
Binary11111101110000001001000001100010101111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC090; }

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

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

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

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

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

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

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

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