#FCB440

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

Shades of Yellow Orange #FCB440

Tints of Yellow Orange #FCB440

Color information

#FCB440 (or 0xFCB440) is unknown color: approx Yellow Orange. HEX triplet: FC, B4 and 40. RGB value is (252,180,64). Sum of RGB (Red+Green+Blue) = 252+180+64=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB440 is #034BBF. Grayscale: #BCBCBC. Windows color (decimal): -216000 or 4240636. OLE color: 4240636.

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

Color convert

RGB25218064-
CMYK00.290.750.01
HSL37.02º96.91%61.96%-
HSV(B)37.02º74.6%98.82%-
XYZ57.3953.7112.19-
YUV188.357.85173.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=50.81%
G=36.29%
B=12.90%

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
Decimal2521806400.290.750.0137.0296.9161.96
HexFCB44001D4B125613e
Octal37426410003511314514176
Binary11111100101101001000000011101100101111001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB440; }

 p { color: rgb(252,180,64); }

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

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

 a { background-color: rgb(252,180,64); }

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

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

 span { border-color: rgb(252,180,64); }

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