#FCB43F

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

Shades of Yellow Orange #FCB43F

Tints of Yellow Orange #FCB43F

Color information

#FCB43F (or 0xFCB43F) is unknown color: approx Yellow Orange. HEX triplet: FC, B4 and 3F. RGB value is (252,180,63). Sum of RGB (Red+Green+Blue) = 252+180+63=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB43F is #034BC0. Grayscale: #BCBCBC. Windows color (decimal): -216001 or 4175100. OLE color: 4175100.

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

Color convert

RGB25218063-
CMYK00.290.750.01
HSL37.14º96.92%61.76%-
HSV(B)37.14º75%98.82%-
XYZ57.3653.712.04-
YUV188.1957.35173.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 63 (25% from 255) = 12.73%
R=50.91%
G=36.36%
B=12.73%

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
Decimal2521806300.290.750.0137.1496.9261.76
HexFCB43F01D4B125613e
Octal3742647703511314514176
Binary1111110010110100111111011101100101111001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB43F; }

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

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

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

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

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

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

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

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