#FCBE4E

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

Shades of Golden Tainoi #FCBE4E

Tints of Golden Tainoi #FCBE4E

Color information

#FCBE4E (or 0xFCBE4E) is unknown color: approx Golden Tainoi. HEX triplet: FC, BE and 4E. RGB value is (252,190,78). Sum of RGB (Red+Green+Blue) = 252+190+78=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE4E is #0341B1. Grayscale: #C4C4C4. Windows color (decimal): -213426 or 5160700. OLE color: 5160700.

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

Color convert

RGB25219078-
CMYK00.250.690.01
HSL38.62º96.67%64.71%-
HSV(B)38.62º69.05%98.82%-
XYZ59.9358.0715.26-
YUV195.7761.54168.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 78 (30.86% from 255) = 15%
R=48.46%
G=36.54%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521907800.250.690.0138.6296.6764.71
HexFCBE4E019451276141
Octal374276116031105147141101
Binary111111001011111010011100110011000101110011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBE4E; }

 p { color: rgb(252,190,78); }

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

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

 a { background-color: rgb(252,190,78); }

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

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

 span { border-color: rgb(252,190,78); }

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