#FCC35B

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

Shades of Golden Tainoi #FCC35B

Tints of Golden Tainoi #FCC35B

Color information

#FCC35B (or 0xFCC35B) is unknown color: approx Golden Tainoi. HEX triplet: FC, C3 and 5B. RGB value is (252,195,91). Sum of RGB (Red+Green+Blue) = 252+195+91=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC35B is #033CA4. Grayscale: #C8C8C8. Windows color (decimal): -212133 or 6013948. OLE color: 6013948.

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

Color convert

RGB25219591-
CMYK00.230.640.01
HSL38.76º96.41%67.25%-
HSV(B)38.76º63.89%98.82%-
XYZ61.5560.4818.33-
YUV200.1966.38164.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 91 (35.94% from 255) = 16.91%
R=46.84%
G=36.25%
B=16.91%

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
Decimal2521959100.230.640.0138.7696.4167.25
HexFCC35B017401276043
Octal374303133027100147140103
Binary111111001100001110110110101111000000110011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC35B; }

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

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

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

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

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

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

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

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