#FCBF0F

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

Shades of Amber #FCBF0F

Tints of Amber #FCBF0F

Color information

#FCBF0F (or 0xFCBF0F) is unknown color: approx Amber. HEX triplet: FC, BF and 0F. RGB value is (252,191,15). Sum of RGB (Red+Green+Blue) = 252+191+15=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF0F is #0340F0. Grayscale: #BDBDBD. Windows color (decimal): -213233 or 1032188. OLE color: 1032188.

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

Color convert

RGB25219115-
CMYK00.240.940.01
HSL44.56º97.53%52.35%-
HSV(B)44.56º94.05%98.82%-
XYZ58.8657.998.54-
YUV189.1829.71172.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.02%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 15 (6.25% from 255) = 3.28%
R=55.02%
G=41.70%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521911500.240.940.0144.5697.5352.35
HexFCBFF0185E12d6234
Octal3742771703013615514264
Binary11111100101111111111011000101111011011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBF0F; }

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

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

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

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

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

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

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

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