#FCAC3D

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

Shades of Yellow Orange #FCAC3D

Tints of Yellow Orange #FCAC3D

Color information

#FCAC3D (or 0xFCAC3D) is unknown color: approx Yellow Orange. HEX triplet: FC, AC and 3D. RGB value is (252,172,61). Sum of RGB (Red+Green+Blue) = 252+172+61=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC3D is #0353C2. Grayscale: #B7B7B7. Windows color (decimal): -218051 or 4041980. OLE color: 4041980.

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

Color convert

RGB25217261-
CMYK00.320.760.01
HSL34.87º96.95%61.37%-
HSV(B)34.87º75.79%98.82%-
XYZ55.7450.5411.23-
YUV183.2759177.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 61 (24.22% from 255) = 12.58%
R=51.96%
G=35.46%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521726100.320.760.0134.8796.9561.37
HexFCAC3D0204C123613d
Octal3742547504011414314175
Binary11111100101011001111010100000100110011000111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC3D; }

 p { color: rgb(252,172,61); }

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

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

 a { background-color: rgb(252,172,61); }

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

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

 span { border-color: rgb(252,172,61); }

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