#FDC191

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

Shades of Romantic #FDC191

Tints of Romantic #FDC191

Color information

#FDC191 (or 0xFDC191) is unknown color: approx Romantic. HEX triplet: FD, C1 and 91. RGB value is (253,193,145). Sum of RGB (Red+Green+Blue) = 253+193+145=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC191 is #023E6E. Grayscale: #CDCDCD. Windows color (decimal): -147055 or 9552381. OLE color: 9552381.

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

Color convert

RGB253193145-
CMYK00.240.430.01
HSL26.67º96.43%78.04%-
HSV(B)26.67º42.69%99.22%-
XYZ64.6961.0735.17-
YUV205.4793.88161.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=42.81%
G=32.66%
B=24.53%

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
Decimal25319314500.240.430.0126.6796.4378.04
HexFDC1910182B11b604e
Octal37530122103053133140116
Binary11111101110000011001000101100010101111101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC191; }

 p { color: rgb(253,193,145); }

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

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

 a { background-color: rgb(253,193,145); }

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

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

 span { border-color: rgb(253,193,145); }

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