#FCC45B

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

Shades of Golden Tainoi #FCC45B

Tints of Golden Tainoi #FCC45B

Color information

#FCC45B (or 0xFCC45B) is unknown color: approx Golden Tainoi. HEX triplet: FC, C4 and 5B. RGB value is (252,196,91). Sum of RGB (Red+Green+Blue) = 252+196+91=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC45B is #033BA4. Grayscale: #C9C9C9. Windows color (decimal): -211877 or 6014204. OLE color: 6014204.

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

Color convert

RGB25219691-
CMYK00.220.640.01
HSL39.13º96.41%67.25%-
HSV(B)39.13º63.89%98.82%-
XYZ61.7760.9318.4-
YUV200.7766.05164.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 16.88%
R=46.75%
G=36.36%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521969100.220.640.0139.1396.4167.25
HexFCC45B016401276043
Octal374304133026100147140103
Binary111111001100010010110110101101000000110011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC45B; }

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

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

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

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

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

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

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

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