#FCB00F

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

Shades of Dark Tangerine #FCB00F

Tints of Dark Tangerine #FCB00F

Color information

#FCB00F (or 0xFCB00F) is unknown color: approx Dark Tangerine. HEX triplet: FC, B0 and 0F. RGB value is (252,176,15). Sum of RGB (Red+Green+Blue) = 252+176+15=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB00F is #034FF0. Grayscale: #B5B5B5. Windows color (decimal): -217073 or 1028348. OLE color: 1028348.

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

Color convert

RGB25217615-
CMYK00.300.940.01
HSL40.76º97.53%52.35%-
HSV(B)40.76º94.05%98.82%-
XYZ55.7651.787.51-
YUV180.3734.68179.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 15 (6.25% from 255) = 3.39%
R=56.88%
G=39.73%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521761500.300.940.0140.7697.5352.35
HexFCB0F01E5E1296234
Octal3742601703613615114264
Binary11111100101100001111011110101111011010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB00F; }

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

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

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

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

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

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

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

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