#FCB33F

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

Shades of Yellow Orange #FCB33F

Tints of Yellow Orange #FCB33F

Color information

#FCB33F (or 0xFCB33F) is unknown color: approx Yellow Orange. HEX triplet: FC, B3 and 3F. RGB value is (252,179,63). Sum of RGB (Red+Green+Blue) = 252+179+63=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB33F is #034CC0. Grayscale: #BCBCBC. Windows color (decimal): -216257 or 4174844. OLE color: 4174844.

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

Color convert

RGB25217963-
CMYK00.290.750.01
HSL36.83º96.92%61.76%-
HSV(B)36.83º75%98.82%-
XYZ57.1653.2911.98-
YUV187.657.68173.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 63 (25% from 255) = 12.75%
R=51.01%
G=36.23%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521796300.290.750.0136.8396.9261.76
HexFCB33F01D4B125613e
Octal3742637703511314514176
Binary1111110010110011111111011101100101111001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB33F; }

 p { color: rgb(252,179,63); }

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

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

 a { background-color: rgb(252,179,63); }

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

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

 span { border-color: rgb(252,179,63); }

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