#FCBF5C

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

Shades of Golden Tainoi #FCBF5C

Tints of Golden Tainoi #FCBF5C

Color information

#FCBF5C (or 0xFCBF5C) is unknown color: approx Golden Tainoi. HEX triplet: FC, BF and 5C. RGB value is (252,191,92). Sum of RGB (Red+Green+Blue) = 252+191+92=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBF5C is #0340A3. Grayscale: #C6C6C6. Windows color (decimal): -213156 or 6078460. OLE color: 6078460.

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

Color convert

RGB25219192-
CMYK00.240.630.01
HSL37.12º96.39%67.45%-
HSV(B)37.12º63.49%98.82%-
XYZ60.7158.7318.26-
YUV197.9568.21166.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 92 (36.33% from 255) = 17.20%
R=47.10%
G=35.70%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521919200.240.630.0137.1296.3967.45
HexFCBF5C0183F1256043
Octal37427713403077145140103
Binary11111100101111111011100011000111111110010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBF5C; }

 p { color: rgb(252,191,92); }

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

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

 a { background-color: rgb(252,191,92); }

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

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

 span { border-color: rgb(252,191,92); }

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