#FDC251

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

Shades of Golden Tainoi #FDC251

Tints of Golden Tainoi #FDC251

Color information

#FDC251 (or 0xFDC251) is unknown color: approx Golden Tainoi. HEX triplet: FD, C2 and 51. RGB value is (253,194,81). Sum of RGB (Red+Green+Blue) = 253+194+81=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC251 is #023DAE. Grayscale: #C7C7C7. Windows color (decimal): -146863 or 5358333. OLE color: 5358333.

HSL color Cylindrical-coordinate representation of color #FDC251: hue angle of 39.42º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC251 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB25319481-
CMYK00.230.680.01
HSL39.42º97.73%65.49%-
HSV(B)39.42º67.98%99.22%-
XYZ61.2960.0616.15-
YUV198.7661.55166.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.92%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 81 (32.03% from 255) = 15.34%
R=47.92%
G=36.74%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531948100.230.680.0139.4297.7365.49
HexFDC251017441276241
Octal375302121027104147142101
Binary111111011100001010100010101111000100110011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC251; }

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

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

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

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

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

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

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

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