#FCC25B

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

Shades of Golden Tainoi #FCC25B

Tints of Golden Tainoi #FCC25B

Color information

#FCC25B (or 0xFCC25B) is unknown color: approx Golden Tainoi. HEX triplet: FC, C2 and 5B. RGB value is (252,194,91). Sum of RGB (Red+Green+Blue) = 252+194+91=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25B is #033DA4. Grayscale: #C8C8C8. Windows color (decimal): -212389 or 6013692. OLE color: 6013692.

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

Color convert

RGB25219491-
CMYK00.230.640.01
HSL38.39º96.41%67.25%-
HSV(B)38.39º63.89%98.82%-
XYZ61.3360.0318.25-
YUV199.666.72165.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 91 (35.94% from 255) = 16.95%
R=46.93%
G=36.13%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521949100.230.640.0138.3996.4167.25
HexFCC25B017401266043
Octal374302133027100146140103
Binary111111001100001010110110101111000000110011011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC25B; }

 p { color: rgb(252,194,91); }

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

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

 a { background-color: rgb(252,194,91); }

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

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

 span { border-color: rgb(252,194,91); }

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