#FCA700

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

Shades of Orange #FCA700

Tints of Orange #FCA700

Color information

#FCA700 (or 0xFCA700) is unknown color: approx Orange. HEX triplet: FC, A7 and 00. RGB value is (252,167,0). Sum of RGB (Red+Green+Blue) = 252+167+0=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA700 is #0358FF. Grayscale: #AEAEAE. Windows color (decimal): -219392 or 43004. OLE color: 43004.

HSL color Cylindrical-coordinate representation of color #FCA700: hue angle of 39.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCA700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2521670-
CMYK00.3410.01
HSL39.76º100%49.41%-
HSV(B)39.76º100%98.82%-
XYZ53.9648.336.48-
YUV173.3830.16184.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.14%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.14%
G=39.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252167000.3410.0139.7610049.41
HexFCA70022641286431
Octal374247004214415014461
Binary111111001010011100100010110010011010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA700; }

 p { color: rgb(252,167,0); }

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

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

 a { background-color: rgb(252,167,0); }

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

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

 span { border-color: rgb(252,167,0); }

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